Home
last modified time | relevance | path

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

123

/linux-6.12.1/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 …]
/linux-6.12.1/rust/
DMakefile4 rustdoc_output := $(objtree)/Documentation/output/rust/rustdoc
63 OBJTREE=$(abspath $(objtree)) \
65 $(rustc_target_flags) -L$(objtree)/$(obj) \
70 @$(objtree)/include/generated/rustc_cfg $<
118 --extern build_error --extern macros=$(objtree)/$(obj)/libmacros.so \
127 OBJTREE=$(abspath $(objtree)) \
129 @$(objtree)/include/generated/rustc_cfg $(rustc_target_flags) \
131 --out-dir $(objtree)/$(obj)/test --cfg testlib \
132 -L$(objtree)/$(obj)/test \
151 OBJTREE=$(abspath $(objtree)) \
[all …]
/linux-6.12.1/arch/x86/tools/
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-6.12.1/arch/mips/boot/compressed/
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-6.12.1/scripts/
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:
94 crates[-1]["env"]["OBJTREE"] = str(objtree.resolve(True))
105 str(objtree / "rust")
162 … "crates": generate_crates(args.srctree, args.objtree, args.sysroot_src, args.exttree, args.cfgs),
DMakefile.randstruct7 += -fplugin=$(objtree)/scripts/gcc-plugins/randomize_layout_plugin.so
12 += -frandomize-layout-seed-file=$(objtree)/scripts/basic/randstruct.seed
DMakefile.defconf12 -m -O $(objtree) $(srctree)/arch/$(SRCARCH)/configs/$(1) \
26 -Q -m -O $(objtree) $(srctree)/arch/$(SRCARCH)/configs/$(1) \
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.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
Dgenerate_initcall_order.pl15 my $objtree = $ENV{'objtree'} || '.';
206 find_initcalls($index, "$objtree/$file");
Dlink-vmlinux.sh89 ldflags="${ldflags} ${wl}--script=${objtree}/${KBUILD_LDS}"
176 ${objtree}/scripts/sorttable ${1}
DMakefile.kcov4 kcov-flags-$(CONFIG_GCC_PLUGIN_SANCOV) += -fplugin=$(objtree)/scripts/gcc-plugins/sancov_plugin.so
/linux-6.12.1/arch/mips/tools/
Dgeneric-board-config.sh23 objtree="$2"
82 -m -O ${objtree} ${cfg} ${board_cfg} \
/linux-6.12.1/arch/parisc/boot/compressed/
DMakefile34 AFLAGS_head.o += -I$(objtree)/$(obj) -DBOOTLOADER
37 CFLAGS_misc.o += -I$(objtree)/$(obj)
42 CPPFLAGS_vmlinux.lds += -I$(objtree)/$(obj) -DBOOTLOADER
/linux-6.12.1/arch/um/
DMakefile73 -idirafter $(objtree)/include -D__KERNEL__ -D__UM_HOST__
80 -I$(objtree)/$(HOST_DIR)/include/generated \
81 -I$(objtree)/$(HOST_DIR)/include/generated/uapi
/linux-6.12.1/arch/x86/
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-6.12.1/tools/testing/selftests/nolibc/
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-6.12.1/drivers/scsi/aic7xxx/
DMakefile62 $(aic7xxx-gen-y): $(objtree)/$(obj)/aic7xxx_seq.h
80 $(aic79xx-gen-y): $(objtree)/$(obj)/aic79xx_seq.h
/linux-6.12.1/arch/mips/
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-6.12.1/
DMakefile249 objtree := . macro
259 export building_out_of_srctree srctree objtree VPATH
498 RESOLVE_BTFIDS = $(objtree)/tools/bpf/resolve_btfids/resolve_btfids
530 -I$(objtree)/arch/$(SRCARCH)/include/generated/uapi \
532 -I$(objtree)/include/generated/uapi \
540 -I$(objtree)/arch/$(SRCARCH)/include/generated \
542 -I$(objtree)/include \
1280 export INSTALL_HDR_PATH = $(objtree)/usr
1350 resolve_btfids_O = $(abspath $(objtree))/tools/bpf/resolve_btfids
1365 $(Q)mkdir -p $(objtree)/tools
[all …]
/linux-6.12.1/scripts/selinux/mdp/
DMakefile5 -I$(srctree)/security/selinux/include -I$(objtree)/include
/linux-6.12.1/kernel/gcov/
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-6.12.1/arch/parisc/boot/
DMakefile13 $(obj)/bzImage: $(if $(CONFIG_KERNEL_UNCOMPRESSED),$(objtree)/vmlinux,$(obj)/compressed/vmlinux) FO…
/linux-6.12.1/scripts/basic/
DMakefile13 $@ $(objtree)/include/generated/randstruct_hash.h
/linux-6.12.1/arch/parisc/
DMakefile131 else echo $(objtree)/palo.conf; \
141 cp $(srctree)/arch/parisc/defpalo.conf $(objtree)/palo.conf; \

123