Home
last modified time | relevance | path

Searched refs:objtree (Results 1 – 21 of 21) sorted by relevance

/scripts/package/
Dbuildtar48 cp -v -- "${objtree}/System.map" "${tmpdir}/boot/System.map-${KERNELRELEASE}"
50 cp -v -- "${objtree}/vmlinux" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
62 cp -v -- "${objtree}/arch/alpha/boot/vmlinux.gz" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}"
66 …[ -f "${objtree}/lifimage" ] && cp -v -- "${objtree}/lifimage" "${tmpdir}/boot/lifimage-${KERNELRE…
70 if [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.bin" ]; then
71 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.bin" "${tmpdir}/boot/vmlinuz-${KERNELRELEAS…
72 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" ]; then
73 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" "${tmpdir}/boot/vmlinuz-${KERNELRELE…
74 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.srec" ]; then
75 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.srec" "${tmpdir}/boot/vmlinuz-${KERNELRELEA…
[all …]
/scripts/
DMakefile.randstruct7 += -fplugin=$(objtree)/scripts/gcc-plugins/randomize_layout_plugin.so
12 += -frandomize-layout-seed-file=$(objtree)/scripts/basic/randstruct.seed
Dgenerate_rust_analyzer.py21 def generate_crates(srctree, objtree, sysroot_src, external_src, cfgs, core_edition): argument
24 with open(objtree / "include" / "generated" / "rustc_cfg") as fd:
111 crates[-1]["env"]["OBJTREE"] = str(objtree.resolve(True))
115 str(objtree / "rust")
177 …"crates": generate_crates(args.srctree, args.objtree, args.sysroot_src, args.exttree, args.cfgs, a…
DMakefile.modpost38 include $(objtree)/include/config/auto.conf
43 MODPOST = $(objtree)/scripts/mod/modpost
190 ifeq ($(wildcard $(objtree)/Module.symvers),)
191 missing-input := $(objtree)/Module.symvers
193 modpost-args += -i $(objtree)/Module.symvers
194 modpost-deps += $(objtree)/Module.symvers
DMakefile.modfinal9 include $(objtree)/include/config/auto.conf
46 -T $(objtree)/scripts/module.lds -o $@ $(filter %.o, $^); \
67 %.ko: %.o %.mod.o $(extmod_prefix).module-common.o $(objtree)/scripts/module.lds $(and $(CONFIG_DEB…
DMakefile.dtbs67 DT_TMP_SCHEMA := $(objtree)/$(DT_BINDING_DIR)/processed-schema.json
82 …cmd_fdtoverlay = $(objtree)/scripts/dtc/fdtoverlay -o $@ -i $(filter %.dtb %.dtbo, $^) $(cmd_dtb_c…
91 DTC ?= $(objtree)/scripts/dtc/dtc
DMakefile.defconf6 $4 -m -O $(objtree) $(srctree)/arch/$(SRCARCH)/configs/$2 \
DMakefile.build37 -include $(objtree)/include/config/auto.conf
112 gendwarfksyms = $(objtree)/scripts/gendwarfksyms/gendwarfksyms \
116 genksyms = $(objtree)/scripts/genksyms/genksyms \
192 $(objtree)/scripts/recordmcount $(RECORDMCOUNT_FLAGS) "$(@)"; \
268 OBJTREE=$(abspath $(objtree)) \
274 --crate-type rlib -L $(objtree)/rust/ \
400 cmd_asn1_compiler = $(objtree)/scripts/asn1_compiler $< \
403 $(obj)/%.asn1.c $(obj)/%.asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler
Dgenerate_initcall_order.pl15 my $objtree = $ENV{'objtree'} || '.';
206 find_initcalls($index, "$objtree/$file");
DMakefile.package139 rm -rf $(objtree)/snap
140 mkdir $(objtree)/snap
145 $(objtree)/snap/snapcraft.yaml
146 cd $(objtree)/snap && \
154 @ln -srf $(srctree)/scripts/package/PKGBUILD $(objtree)/PKGBUILD
DMakefile.kcov4 kcov-flags-$(CONFIG_GCC_PLUGIN_SANCOV) += -fplugin=$(objtree)/scripts/gcc-plugins/sancov_plugin.so
Dlink-vmlinux.sh95 ldflags="${ldflags} ${wl}--script=${objtree}/${KBUILD_LDS}"
182 ${objtree}/scripts/sorttable ${1}
DMakefile.host102 hostc_flags += -I $(objtree)/$(obj)
103 hostcxx_flags += -I $(objtree)/$(obj)
DMakefile.gcc-plugins47 GCC_PLUGINS_CFLAGS := $(strip $(addprefix -fplugin=$(objtree)/scripts/gcc-plugins/, $(gcc-plugin-y)…
DMakefile.headersinst18 gen := $(objtree)/$(subst include/,include/generated/,$(obj))
DMakefile.modinst9 include $(objtree)/include/config/auto.conf
DMakefile.lib243 rust_flags = $(_rust_flags) $(modkern_rustflags) @$(objtree)/include/generated/rustc_cfg
255 objtool := $(objtree)/tools/objtool/objtool
DKbuild.include208 $(objtree)/scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).cmd;\
/scripts/selinux/mdp/
DMakefile5 -I$(srctree)/security/selinux/include -I$(objtree)/include
/scripts/basic/
DMakefile13 $@ $(objtree)/include/generated/randstruct_hash.h
/scripts/gcc-plugins/
DMakefile12 $(obj)/randomize_layout_seed.h: $(objtree)/scripts/basic/randstruct.seed FORCE