Searched refs:objtree (Results 1 - 25 of 51) sorted by last modified time

123

/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/
H A DMakefile265 objtree := . macro
275 export building_out_of_srctree srctree objtree VPATH
512 RESOLVE_BTFIDS = $(objtree)/tools/bpf/resolve_btfids/resolve_btfids
544 -I$(objtree)/arch/$(SRCARCH)/include/generated/uapi \
546 -I$(objtree)/include/generated/uapi \
554 -I$(objtree)/arch/$(SRCARCH)/include/generated \
556 -I$(objtree)/include \
1285 export INSTALL_HDR_PATH = $(objtree)/usr
1349 resolve_btfids_O = $(abspath $(objtree))/tools/bpf/resolve_btfids
1364 $(Q)mkdir -p $(objtree)/tool
[all...]
/linux-master/arch/riscv/
H A DMakefile173 libs-$(CONFIG_EFI_STUB) += $(objtree)/drivers/firmware/efi/libstub/lib.a
/linux-master/tools/perf/
H A DMakefile.perf155 ifneq ($(objtree),)
156 #$(info Determined 'objtree' to be $(objtree))
/linux-master/rust/
H A DMakefile4 rustdoc_output := $(objtree)/Documentation/output/rust/rustdoc
70 OBJTREE=$(abspath $(objtree)) \
72 $(rustc_target_flags) -L$(objtree)/$(obj) \
76 @$(objtree)/include/generated/rustc_cfg $<
124 --extern build_error --extern macros=$(objtree)/$(obj)/libmacros.so \
133 OBJTREE=$(abspath $(objtree)) \
135 @$(objtree)/include/generated/rustc_cfg $(rustc_target_flags) \
137 --out-dir $(objtree)/$(obj)/test --cfg testlib \
138 --sysroot $(objtree)/$(obj)/test/sysroot \
139 -L$(objtree)/
[all...]
/linux-master/arch/x86/
H A DMakefile74 KBUILD_RUSTFLAGS += --target=$(objtree)/scripts/target.json
303 $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
304 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
340 $(Q)rm -rf $(objtree)/arch/i386
341 $(Q)rm -rf $(objtree)/arch/x86_64
/linux-master/arch/loongarch/
H A DMakefile156 libs-$(CONFIG_EFI_STUB) += $(objtree)/drivers/firmware/efi/libstub/lib.a
/linux-master/arch/arm64/
H A DMakefile159 libs-$(CONFIG_EFI_STUB) += $(objtree)/drivers/firmware/efi/libstub/lib.a
/linux-master/arch/x86/boot/
H A DMakefile88 AFLAGS_header.o += -I$(objtree)/$(obj)
/linux-master/arch/parisc/
H A DMakefile131 else echo $(objtree)/palo.conf; \
141 cp $(srctree)/arch/parisc/defpalo.conf $(objtree)/palo.conf; \
/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}"
62 cp -v -- "${objtree}/arch/alpha/boot/vmlinux.gz" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}"
66 [ -f "${objtree}/lifimage" ] && cp -v -- "${objtree}/lifimage" "${tmpdir}/boot/lifimage-${KERNELRELEASE}"
70 if [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.bin" ]; then
71 cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.bin" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}"
72 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" ]; then
73 cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}"
74 elif [ -f "${objtree}/arc
[all...]
/linux-master/scripts/
H A DMakefile.lib248 rust_flags = $(_rust_flags) $(modkern_rustflags) @$(objtree)/include/generated/rustc_cfg
266 objtool := $(objtree)/tools/objtool/objtool
355 DTC ?= $(objtree)/scripts/dtc/dtc
411 cmd_fdtoverlay = $(objtree)/scripts/dtc/fdtoverlay -o $@ -i $(real-prereqs)
421 DT_TMP_SCHEMA := $(objtree)/$(DT_BINDING_DIR)/processed-schema.json
H A DMakefile.host99 # $(objtree)/$(obj) for including generated headers from checkin source files
102 hostc_flags += -I $(objtree)/$(obj)
103 hostcxx_flags += -I $(objtree)/$(obj)
H A DMakefile.build196 $(objtree)/scripts/recordmcount $(RECORDMCOUNT_FLAGS) "$(@)"; \
277 --crate-type rlib -L $(objtree)/rust/ \
380 cmd_asn1_compiler = $(objtree)/scripts/asn1_compiler $< \
383 $(obj)/%.asn1.c $(obj)/%.asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler
/linux-master/samples/hid/
H A DMakefile48 TPROGS_CFLAGS += -I$(objtree)/usr/include
/linux-master/samples/bpf/
H A DMakefile179 TPROGS_CFLAGS += -I$(objtree)/usr/include
/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/arch/x86/realmode/rm/
H A DMakefile45 CPPFLAGS_realmode.lds += -P -C -I$(objtree)/$(obj)
/linux-master/arch/x86/boot/compressed/
H A DMakefile48 # compilation and stored in $(objtree). Add the directory to the includes so
50 CFLAGS_sev.o += -I$(objtree)/arch/x86/lib/
108 vmlinux-objs-$(CONFIG_EFI_STUB) += $(objtree)/drivers/firmware/efi/libstub/lib.a
/linux-master/arch/um/kernel/
H A DMakefile39 $(obj)/config.tmp: $(objtree)/.config FORCE
/linux-master/arch/powerpc/boot/
H A DMakefile102 BOOTCFLAGS += -I$(objtree)/$(obj) -I$(srctree)/$(obj)
/linux-master/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-master/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
205 env PATH="$(objtree)/scripts/dtc:$(PATH)" \
208 --include $(objtree)/arch/mips \
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A DMakefile18 HOST_EXTRACFLAGS += -I$(objtree)/include
/linux-master/arch/arm/vdso/
H A DMakefile56 cmd_vdsomunge = $(objtree)/$(obj)/vdsomunge $< $@

Completed in 418 milliseconds

123