Searched refs:objtree (Results 1 - 25 of 51) sorted by relevance

123

/linux-master/scripts/package/
H A Dbuildtar48 cp -v -- "${objtree}/System.map" "${tmpdir}/boot/System.map-${KERNELRELEASE}"
50 cp -v -- "${objtree}/vmlinux" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
58 [ -f "${objtree}/arch/x86/boot/bzImage" ] && cp -v -- "${objtree}/arch/x86/boot/bzImage" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}"
61 [ -f "${objtree}/arch/alpha/boot/vmlinux.gz" ] && cp -v -- "${objtree}/arch/alpha/boot/vmlinux.gz" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}"
65 [ -f "${objtree}/lifimage" ] && cp -v -- "${objtree}/lifimage" "${tmpdir}/boot/lifimage-${KERNELRELEASE}"
68 if [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.bin" ]; then
69 cp -v -- "${objtree}/arc
[all...]
/linux-master/scripts/
H A DMakefile.kcov4 kcov-flags-$(CONFIG_GCC_PLUGIN_SANCOV) += -fplugin=$(objtree)/scripts/gcc-plugins/sancov_plugin.so
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 Dgenerate_rust_analyzer.py21 def generate_crates(srctree, objtree, sysroot_src, external_src, cfgs):
24 with open(objtree / "include" / "generated" / "rustc_cfg") as fd:
80 crates[-1]["proc_macro_dylib_path"] = f"{objtree}/rust/libmacros.so"
94 crates[-1]["env"]["OBJTREE"] = str(objtree.resolve(True))
105 str(objtree / "rust")
147 parser.add_argument("objtree", type=pathlib.Path)
158 "crates": generate_crates(args.srctree, args.objtree, args.sysroot_src, args.exttree, args.cfgs),
H A Dlink-vmlinux.sh90 ldflags="${ldflags} ${wl}--script=${objtree}/${KBUILD_LDS}"
201 ${objtree}/scripts/sorttable ${1}
H A DMakefile.lib213 # $(objtree)/$(obj) for including generated headers from checkin source files
216 _c_flags += -I $(srctree)/$(src) -I $(objtree)/$(obj)
217 _a_flags += -I $(srctree)/$(src) -I $(objtree)/$(obj)
218 _cpp_flags += -I $(srctree)/$(src) -I $(objtree)/$(obj)
244 rust_flags = $(_rust_flags) $(modkern_rustflags) @$(objtree)/include/generated/rustc_cfg
262 objtool := $(objtree)/tools/objtool/objtool
351 DTC ?= $(objtree)/scripts/dtc/dtc
407 cmd_fdtoverlay = $(objtree)/scripts/dtc/fdtoverlay -o $@ -i $(real-prereqs)
417 DT_TMP_SCHEMA := $(objtree)/$(DT_BINDING_DIR)/processed-schema.json
H A Dgenerate_initcall_order.pl15 my $objtree = $ENV{'objtree'} || '.';
206 find_initcalls($index, "$objtree/$file");
/linux-master/arch/mips/tools/
H A Dgeneric-board-config.sh23 objtree="$2"
82 -m -O ${objtree} ${cfg} ${board_cfg} \
/linux-master/scripts/selinux/mdp/
H A DMakefile5 -I$(srctree)/security/selinux/include -I$(objtree)/include
/linux-master/scripts/basic/
H A DMakefile13 $@ $(objtree)/include/generated/randstruct_hash.h
/linux-master/arch/parisc/boot/
H A DMakefile13 $(obj)/bzImage: $(if $(CONFIG_KERNEL_UNCOMPRESSED),$(objtree)/vmlinux,$(obj)/compressed/vmlinux) FORCE
/linux-master/rust/
H A DMakefile4 rustdoc_output := $(objtree)/Documentation/output/rust/rustdoc
76 OBJTREE=$(abspath $(objtree)) \
78 $(rustc_target_flags) -L$(objtree)/$(obj) \
82 @$(objtree)/include/generated/rustc_cfg $<
130 --extern build_error --extern macros=$(objtree)/$(obj)/libmacros.so \
139 OBJTREE=$(abspath $(objtree)) \
141 @$(objtree)/include/generated/rustc_cfg $(rustc_target_flags) \
143 --out-dir $(objtree)/$(obj)/test --cfg testlib \
144 --sysroot $(objtree)/$(obj)/test/sysroot \
145 -L$(objtree)/
[all...]
/linux-master/arch/x86/tools/
H A DMakefile20 cmd_posttest = $(OBJDUMP) -d -j .text $(objtree)/vmlinux | $(AWK) -f $(reformatter) | $(obj)/insn_decoder_test $(posttest_64bit) $(posttest_verbose)
32 HOSTCFLAGS_insn_decoder_test.o := -Wall -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x86/include/ -I$(objtree)/arch/x86/lib/
34 HOSTCFLAGS_insn_sanity.o := -Wall -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x86/include/ -I$(objtree)/arch/x86/lib/
37 $(obj)/insn_decoder_test.o: $(srctree)/tools/arch/x86/lib/insn.c $(srctree)/tools/arch/x86/lib/inat.c $(srctree)/tools/arch/x86/include/asm/inat_types.h $(srctree)/tools/arch/x86/include/asm/inat.h $(srctree)/tools/arch/x86/include/asm/insn.h $(objtree)/arch/x86/lib/inat-tables.c
39 $(obj)/insn_sanity.o: $(srctree)/tools/arch/x86/lib/insn.c $(srctree)/tools/arch/x86/lib/inat.c $(srctree)/tools/arch/x86/include/asm/inat_types.h $(srctree)/tools/arch/x86/include/asm/inat.h $(srctree)/tools/arch/x86/include/asm/insn.h $(objtree)/arch/x86/lib/inat-tables.c
/linux-master/arch/mips/boot/compressed/
H A DMakefile114 $(objtree)/vmlinuz: $(src)/ld.script $(vmlinuzobjs-y) $(obj)/calc_vmlinuz_load_addr
118 objboot := $(objtree)/arch/mips/boot
120 $(objboot)/vmlinuz: $(objtree)/vmlinuz FORCE
133 VMLINUZ = $(objtree)/vmlinuz
143 $(objboot)/vmlinuz.32: $(objtree)/vmlinuz
158 $(objboot)/vmlinuz.bin: $(objtree)/vmlinuz
165 $(objboot)/vmlinuz.srec: $(objtree)/vmlinuz
211 env PATH="$(objtree)/scripts/dtc:$(PATH)" \
214 --include $(objtree)/arch/mips \
/linux-master/arch/parisc/boot/compressed/
H A DMakefile38 AFLAGS_head.o += -I$(objtree)/$(obj) -DBOOTLOADER
41 CFLAGS_misc.o += -I$(objtree)/$(obj)
46 CPPFLAGS_vmlinux.lds += -I$(objtree)/$(obj) -DBOOTLOADER
/linux-master/arch/um/
H A 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-master/arch/x86/
H A DMakefile74 KBUILD_RUSTFLAGS += --target=$(objtree)/scripts/target.json
283 $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
284 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
320 $(Q)rm -rf $(objtree)/arch/i386
321 $(Q)rm -rf $(objtree)/arch/x86_64
/linux-master/drivers/scsi/aic7xxx/
H A DMakefile62 $(aic7xxx-gen-y): $(objtree)/$(obj)/aic7xxx_seq.h
80 $(aic79xx-gen-y): $(objtree)/$(obj)/aic79xx_seq.h
/linux-master/samples/bpf/
H A DMakefile.target43 # $(objtree)/$(obj) for including generated headers from checkin source files
46 _tprogc_flags += -I $(objtree)/$(obj)
/linux-master/samples/hid/
H A DMakefile.target43 # $(objtree)/$(obj) for including generated headers from checkin source files
46 _tprogc_flags += -I $(objtree)/$(obj)
/linux-master/arch/x86/realmode/rm/
H A DMakefile54 CPPFLAGS_realmode.lds += -P -C -I$(objtree)/$(obj)
/linux-master/scripts/gcc-plugins/
H A DMakefile12 $(obj)/randomize_layout_seed.h: $(objtree)/scripts/basic/randstruct.seed FORCE
/linux-master/arch/um/kernel/
H A DMakefile39 $(obj)/config.tmp: $(objtree)/.config FORCE
/linux-master/arch/arm/vdso/
H A DMakefile65 cmd_vdsomunge = $(objtree)/$(obj)/vdsomunge $< $@

Completed in 308 milliseconds

123