Home
last modified time | relevance | path

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

123

/linux/scripts/package/
H A 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 …]
/linux/scripts/
H 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)
H A DMakefile.modpost38 include $(objtree)/include/config/auto.conf
41 MODPOST = $(objtree)/scripts/mod/modpost
122 ifeq ($(wildcard $(objtree)/Module.symvers),)
123 missing-input := $(objtree)/Module.symvers
125 modpost-args += -i $(objtree)/Module.symvers
126 modpost-deps += $(objtree)/Module.symvers
H A Dgenerate_rust_analyzer.py21 def generate_crates(srctree, objtree, sysroot_src, external_src, cfgs): argument
24 with open(objtree / "include" / "generated" / "rustc_cfg") as fd:
73 crates[-1]["proc_macro_dylib_path"] = f"{objtree}/rust/libmacros.so"
87 crates[-1]["env"]["OBJTREE"] = str(objtree.resolve(True))
98 str(objtree / "rust")
140 parser.add_argument("objtree", type=pathlib.Path)
155 "crates": generate_crates(args.srctree, args.objtree, args.sysroot_src, args.exttree, args.cfgs),
H A Ddepmod.sh15 if ! test -r "${objtree}/System.map" ; then
28 set -- -ae -F "${objtree}/System.map"
H A DMakefile.randstruct7 += -fplugin=$(objtree)/scripts/gcc-plugins/randomize_layout_plugin.so
12 += -frandomize-layout-seed-file=$(objtree)/scripts/basic/randstruct.seed
H A DMakefile.defconf12 -m -O $(objtree) $(srctree)/arch/$(SRCARCH)/configs/$(1) \
26 -Q -m -O $(objtree) $(srctree)/arch/$(SRCARCH)/configs/$(1) \
H A DMakefile.build37 -include $(objtree)/include/config/auto.conf
110 genksyms = $(objtree)/scripts/genksyms/genksyms \
163 $(objtree)/scripts/recordmcount $(RECORDMCOUNT_FLAGS) "$(@)"; \
222 OBJTREE=$(abspath $(objtree)) \
228 --crate-type rlib -L $(objtree)/rust/ \
332 cmd_asn1_compiler = $(objtree)/scripts/asn1_compiler $< \
335 $(obj)/%.asn1.c $(obj)/%.asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler
H 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
H 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
H A Dgenerate_initcall_order.pl15 my $objtree = $ENV{'objtree'} || '.';
206 find_initcalls($index, "$objtree/$file");
H A Dlink-vmlinux.sh93 ldflags="${ldflags} ${wl}--script=${objtree}/${KBUILD_LDS}"
180 ${objtree}/scripts/sorttable ${1}
/linux/rust/
H A DMakefile4 rustdoc_output := $(objtree)/Documentation/output/rust/rustdoc
60 OBJTREE=$(abspath $(objtree)) \
62 $(rustc_target_flags) -L$(objtree)/$(obj) \
67 @$(objtree)/include/generated/rustc_cfg $<
112 --extern build_error --extern macros=$(objtree)/$(obj)/libmacros.so \
121 OBJTREE=$(abspath $(objtree)) \
123 @$(objtree)/include/generated/rustc_cfg $(rustc_target_flags) \
125 --out-dir $(objtree)/$(obj)/test --cfg testlib \
126 -L$(objtree)/$(obj)/test \
159 OBJTREE=$(abspath $(objtree)) \
[all …]
/linux/arch/x86/tools/
H A DMakefile20 …cmd_posttest = $(OBJDUMP) -d -j .text $(objtree)/vmlinux | $(AWK) -f $(reformatter) | $(obj)/insn_…
32 …ll -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x86/include/ -I$(objtree)/arch/x86/lib/
34 …ll -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x86/include/ -I$(objtree)/arch/x86/lib/
37 …ch/x86/include/asm/inat.h $(srctree)/tools/arch/x86/include/asm/insn.h $(objtree)/arch/x86/lib/ina…
39 …ch/x86/include/asm/inat.h $(srctree)/tools/arch/x86/include/asm/insn.h $(objtree)/arch/x86/lib/ina…
/linux/arch/mips/boot/compressed/
H A DMakefile108 $(objtree)/vmlinuz: $(src)/ld.script $(vmlinuzobjs-y) $(obj)/calc_vmlinuz_load_addr
112 objboot := $(objtree)/arch/mips/boot
114 $(objboot)/vmlinuz: $(objtree)/vmlinuz FORCE
127 VMLINUZ = $(objtree)/vmlinuz
137 $(objboot)/vmlinuz.32: $(objtree)/vmlinuz
152 $(objboot)/vmlinuz.bin: $(objtree)/vmlinuz
159 $(objboot)/vmlinuz.srec: $(objtree)/vmlinuz
/linux/
H A DMakefile189 objtree := $(realpath $(KBUILD_OUTPUT)) macro
190 $(if $(objtree),,$(error specified kernel directory "$(KBUILD_OUTPUT)" does not exist))
192 objtree := $(abs_srctree) macro
198 …output := $(or $(KBUILD_EXTMOD_OUTPUT),$(if $(filter $(CURDIR),$(objtree) $(abs_srctree)),$(KBUILD…
204 objtree := . macro
208 export objtree srcroot
382 KERNELRELEASE = $(call read-file, $(objtree)/include/config/kernel.release)
528 RESOLVE_BTFIDS = $(objtree)/tools/bpf/resolve_btfids/resolve_btfids
560 -I$(objtree)/arch/$(SRCARCH)/include/generated/uapi \
562 -I$(objtree)/include/generated/uapi \
[all …]
/linux/arch/mips/tools/
H A Dgeneric-board-config.sh23 objtree="$2"
82 -m -O ${objtree} ${cfg} ${board_cfg} \
/linux/arch/parisc/boot/compressed/
H A DMakefile34 AFLAGS_head.o += -I$(objtree)/$(obj) -DBOOTLOADER
37 CFLAGS_misc.o += -I$(objtree)/$(obj)
42 CPPFLAGS_vmlinux.lds += -I$(objtree)/$(obj) -DBOOTLOADER
/linux/arch/um/
H A DMakefile74 -idirafter $(objtree)/include -D__KERNEL__ -D__UM_HOST__ \
83 -I$(objtree)/$(HOST_DIR)/include/generated \
84 -I$(objtree)/$(HOST_DIR)/include/generated/uapi
/linux/arch/x86/
H A DMakefile78 KBUILD_RUSTFLAGS += --target=$(objtree)/scripts/target.json
313 $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
314 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
350 $(Q)rm -rf $(objtree)/arch/i386
351 $(Q)rm -rf $(objtree)/arch/x86_64
/linux/tools/testing/selftests/nolibc/
H A DMakefile16 objtree := $(O) macro
18 objtree ?= $(srctree) macro
70 IMAGE = $(objtree)/$(IMAGE_$(XARCH))
248 $(QUIET_GEN)echo 'file /init nolibc-test 755 0 0' | $(objtree)/usr/gen_init_cpio - > initramfs.cpio
258 $(srctree)/scripts/config --file $(objtree)/.config $(EXTRACONFIG); \
/linux/arch/mips/
H A DMakefile287 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
531 -m -O $(objtree) $(srctree)/arch/$(ARCH)/configs/generic_defconfig $^ | \
533 $(Q)cp $(KCONFIG_CONFIG) $(objtree)/.config.$@
535 KCONFIG_CONFIG=$(objtree)/.config.$@ >/dev/null
537 $(srctree) $(objtree) $(objtree)/.config.$@ $(KCONFIG_CONFIG) \
/linux/drivers/scsi/aic7xxx/
H A DMakefile62 $(aic7xxx-gen-y): $(objtree)/$(obj)/aic7xxx_seq.h
80 $(aic79xx-gen-y): $(objtree)/$(obj)/aic79xx_seq.h
/linux/kernel/gcov/
H A Dfs.c65 static const char objtree[] = OBJTREE; variable
445 if (strncmp(filename, objtree, strlen(objtree)) == 0) { in get_link_target()
446 rel = filename + strlen(objtree) + 1; in get_link_target()
450 result = link_target(objtree, rel, ext->ext); in get_link_target()
/linux/scripts/selinux/mdp/
H A DMakefile5 -I$(srctree)/security/selinux/include -I$(objtree)/include

123