Home
last modified time | relevance | path

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

/scripts/package/
A Dbuildtar50 cp -v -- "${objtree}/vmlinux" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
66 …[ -f "${objtree}/lifimage" ] && cp -v -- "${objtree}/lifimage" "${tmpdir}/boot/lifimage-${KERNELRE…
70 if [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.bin" ]; then
74 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.srec" ]; then
76 elif [ -f "${objtree}/vmlinux.32" ]; then
78 elif [ -f "${objtree}/vmlinux.64" ]; then
80 elif [ -f "${objtree}/arch/mips/boot/vmlinux.bin" ]; then
82 elif [ -f "${objtree}/arch/mips/boot/vmlinux.ecoff" ]; then
84 elif [ -f "${objtree}/arch/mips/boot/vmlinux.srec" ]; then
86 elif [ -f "${objtree}/vmlinux" ]; then
[all …]
/scripts/
A DMakefile.modfinal9 include $(objtree)/include/config/auto.conf
35 -T $(objtree)/scripts/module.lds -o $@ $(filter %.o, $^)
39 if [ ! -f $(objtree)/vmlinux ]; then \
42 …$(OBJCOPY)" $(PAHOLE) -J $(PAHOLE_FLAGS) $(MODULE_PAHOLE_FLAGS) --btf_base $(objtree)/vmlinux $@; \
43 $(RESOLVE_BTFIDS) -b $(objtree)/vmlinux $@; \
55 …o %.mod.o .module-common.o $(objtree)/scripts/module.lds $(and $(CONFIG_DEBUG_INFO_BTF_MODULES),$(…
56 +$(call if_changed_except,ld_ko_o,$(objtree)/vmlinux)
A DMakefile.modpost38 include $(objtree)/include/config/auto.conf
41 MODPOST = $(objtree)/scripts/mod/modpost
124 ifeq ($(wildcard $(objtree)/Module.symvers),)
125 missing-input := $(objtree)/Module.symvers
127 modpost-args += -i $(objtree)/Module.symvers
128 modpost-deps += $(objtree)/Module.symvers
A Ddepmod.sh15 if ! test -r "${objtree}/System.map" ; then
28 set -- -ae -F "${objtree}/System.map"
A DMakefile.randstruct7 += -fplugin=$(objtree)/scripts/gcc-plugins/randomize_layout_plugin.so
12 += -frandomize-layout-seed-file=$(objtree)/scripts/basic/randstruct.seed
A Dgenerate_rust_analyzer.py22 def generate_crates(srctree, objtree, sysroot_src, external_src, cfgs, core_edition): argument
25 with open(objtree / "include" / "generated" / "rustc_cfg") as fd:
133 crates[-1]["env"]["OBJTREE"] = str(objtree.resolve(True))
137 str(objtree / "rust")
199 …"crates": generate_crates(args.srctree, args.objtree, args.sysroot_src, args.exttree, args.cfgs, a…
A DMakefile.modinst9 include $(objtree)/include/config/auto.conf
108 …cmd_sign = $(objtree)/scripts/sign-file $(CONFIG_MODULE_SIG_HASH) "$(sig-key)" $(objtree)/certs/si…
A 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
A DMakefile.defconf6 $4 -m -O $(objtree) $(srctree)/arch/$(SRCARCH)/configs/$2 \
A DMakefile.build33 -include $(objtree)/include/config/auto.conf
192 gendwarfksyms = $(objtree)/scripts/gendwarfksyms/gendwarfksyms \
196 genksyms = $(objtree)/scripts/genksyms/genksyms \
254 $(objtree)/scripts/recordmcount $(RECORDMCOUNT_FLAGS) "$(@)"; \
326 OBJTREE=$(abspath $(objtree)) \
332 --crate-type rlib -L $(objtree)/rust/ \
448 cmd_asn1_compiler = $(objtree)/scripts/asn1_compiler $< \
451 $(obj)/%.asn1.c $(obj)/%.asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler
A Dgenerate_initcall_order.pl15 my $objtree = $ENV{'objtree'} || '.';
206 find_initcalls($index, "$objtree/$file");
A 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
A DMakefile.gcc-plugins13 GCC_PLUGINS_CFLAGS := $(strip $(addprefix -fplugin=$(objtree)/scripts/gcc-plugins/, $(gcc-plugin-y)…
A DMakefile.kstack_erase4 kstack-erase-cflags-y += -fplugin=$(objtree)/scripts/gcc-plugins/stackleak_plugin.so
A Dlink-vmlinux.sh94 ldflags="${ldflags} ${wl}--script=${objtree}/${KBUILD_LDS}"
178 ${objtree}/scripts/sorttable -s .tmp_vmlinux.nm-sort ${1}
A DMakefile.headersinst18 gen := $(objtree)/$(subst include/,include/generated/,$(obj))
A DMakefile.lib162 rust_flags = $(_rust_flags) $(modkern_rustflags) @$(objtree)/include/generated/rustc_cfg
174 objtool := $(objtree)/tools/objtool/objtool
A DKbuild.include208 $(objtree)/scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).cmd;\
/scripts/selinux/mdp/
A DMakefile5 -I$(srctree)/security/selinux/include -I$(objtree)/include
/scripts/basic/
A DMakefile13 $@ $(objtree)/include/generated/randstruct_hash.h
/scripts/gcc-plugins/
A DMakefile12 $(obj)/randomize_layout_seed.h: $(objtree)/scripts/basic/randstruct.seed FORCE

Completed in 18 milliseconds