Home
last modified time | relevance | path

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

12

/linux-5.19.10/scripts/package/
Dbuildtar19 tmpdir="${objtree}/tar-install"
20 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar"
84 cp -v -- "${objtree}/System.map" "${tmpdir}/boot/System.map-${KERNELRELEASE}"
86 cp -v -- "${objtree}/vmlinux" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
94 …[ -f "${objtree}/arch/x86/boot/bzImage" ] && cp -v -- "${objtree}/arch/x86/boot/bzImage" "${tmpdir…
97 …[ -f "${objtree}/arch/alpha/boot/vmlinux.gz" ] && cp -v -- "${objtree}/arch/alpha/boot/vmlinux.gz"…
101 …[ -f "${objtree}/lifimage" ] && cp -v -- "${objtree}/lifimage" "${tmpdir}/boot/lifimage-${KERNELRE…
104 if [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.bin" ]; then
105 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.bin" "${tmpdir}/boot/vmlinuz-${KERNELRELEAS…
106 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" ]; then
[all …]
/linux-5.19.10/scripts/
DMakefile.package50 rm -f $(objtree)/.scmversion
57 $(CONFIG_SHELL) $(MKSPEC) >$(objtree)/kernel.spec
67 $(CONFIG_SHELL) $(MKSPEC) prebuilt > $(objtree)/binkernel.spec
69 $(UTS_MACHINE) -bb $(objtree)/binkernel.spec
93 rm -rf $(objtree)/snap
94 mkdir $(objtree)/snap
100 $(objtree)/snap/snapcraft.yaml
101 cd $(objtree)/snap && \
DMakefile.randstruct7 += -fplugin=$(objtree)/scripts/gcc-plugins/randomize_layout_plugin.so
12 += -frandomize-layout-seed-file=$(objtree)/scripts/basic/randstruct.seed
DMakefile.lib191 _c_flags += -I $(srctree)/$(src) -I $(objtree)/$(obj)
192 _a_flags += -I $(srctree)/$(src) -I $(objtree)/$(obj)
193 _cpp_flags += -I $(srctree)/$(src) -I $(objtree)/$(obj)
230 objtool := $(objtree)/tools/objtool/objtool
312 DTC ?= $(objtree)/scripts/dtc/dtc
362 cmd_fdtoverlay = $(objtree)/scripts/dtc/fdtoverlay -o $@ -i $(real-prereqs)
372 DT_TMP_SCHEMA := $(objtree)/$(DT_BINDING_DIR)/processed-schema.json
Dgenerate_initcall_order.pl15 my $objtree = $ENV{'objtree'} || '.';
206 find_initcalls($index, "$objtree/$file");
DMakefile.host78 _hostc_flags += -I $(objtree)/$(obj)
79 _hostcxx_flags += -I $(objtree)/$(obj)
DMakefile.kcov4 kcov-flags-$(CONFIG_GCC_PLUGIN_SANCOV) += -fplugin=$(objtree)/scripts/gcc-plugins/sancov_plugin.so
Dlink-vmlinux.sh90 ldflags="${ldflags} ${wl}--script=${objtree}/${KBUILD_LDS}"
190 ${objtree}/scripts/sorttable ${1}
/linux-5.19.10/arch/x86/tools/
DMakefile20 …cmd_posttest = ($(OBJDUMP) -v | $(AWK) -f $(chkobjdump)) || $(OBJDUMP) -d -j .text $(objtree)/vmli…
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-5.19.10/arch/mips/boot/compressed/
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
/linux-5.19.10/arch/mips/tools/
Dgeneric-board-config.sh23 objtree="$2"
82 -m -O ${objtree} ${cfg} ${board_cfg} \
/linux-5.19.10/arch/um/
DMakefile76 -idirafter $(objtree)/include -D__KERNEL__ -D__UM_HOST__
83 -I$(objtree)/$(HOST_DIR)/include/generated \
84 -I$(objtree)/$(HOST_DIR)/include/generated/uapi
/linux-5.19.10/arch/parisc/boot/compressed/
DMakefile38 AFLAGS_head.o += -I$(objtree)/$(obj) -DBOOTLOADER
41 CFLAGS_misc.o += -I$(objtree)/$(obj)
46 CPPFLAGS_vmlinux.lds += -I$(objtree)/$(obj) -DBOOTLOADER
/linux-5.19.10/arch/x86/
DMakefile273 $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
274 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
302 $(Q)rm -rf $(objtree)/arch/i386
303 $(Q)rm -rf $(objtree)/arch/x86_64
/linux-5.19.10/
DMakefile250 objtree := . macro
253 export building_out_of_srctree srctree objtree VPATH
474 RESOLVE_BTFIDS = $(objtree)/tools/bpf/resolve_btfids/resolve_btfids
507 -I$(objtree)/arch/$(SRCARCH)/include/generated/uapi \
509 -I$(objtree)/include/generated/uapi \
517 -I$(objtree)/arch/$(SRCARCH)/include/generated \
519 -I$(objtree)/include \
1271 export INSTALL_HDR_PATH = $(objtree)/usr
1327 resolve_btfids_O = $(abspath $(objtree))/tools/bpf/resolve_btfids
1342 $(Q)mkdir -p $(objtree)/tools
[all …]
/linux-5.19.10/drivers/scsi/aic7xxx/
DMakefile62 $(aic7xxx-gen-y): $(objtree)/$(obj)/aic7xxx_seq.h
80 $(aic79xx-gen-y): $(objtree)/$(obj)/aic79xx_seq.h
/linux-5.19.10/arch/mips/
DMakefile261 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
507 -m -O $(objtree) $(srctree)/arch/$(ARCH)/configs/generic_defconfig $^ | \
509 $(Q)cp $(KCONFIG_CONFIG) $(objtree)/.config.$@
511 KCONFIG_CONFIG=$(objtree)/.config.$@ >/dev/null
513 $(srctree) $(objtree) $(objtree)/.config.$@ $(KCONFIG_CONFIG) \
/linux-5.19.10/scripts/selinux/mdp/
DMakefile5 -I$(srctree)/security/selinux/include -I$(objtree)/include
/linux-5.19.10/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-5.19.10/scripts/basic/
DMakefile13 $@ $(objtree)/include/generated/randstruct_hash.h
/linux-5.19.10/arch/parisc/
DMakefile131 else echo $(objtree)/palo.conf; \
141 cp $(srctree)/arch/parisc/defpalo.conf $(objtree)/palo.conf; \
/linux-5.19.10/arch/alpha/boot/
DMakefile17 KBUILD_HOSTCFLAGS := -Wall -I$(objtree)/usr/include
18 BOOTCFLAGS += -I$(objtree)/$(obj) -I$(srctree)/$(obj)
/linux-5.19.10/arch/powerpc/purgatory/
DMakefile13 cmd_bin2c = $(objtree)/scripts/bin2c kexec_purgatory < $< > $@
/linux-5.19.10/tools/scripts/
DMakefile.include8 ifeq ($(objtree),)
9 objtree := $(O)
/linux-5.19.10/include/uapi/
DKbuild11 ifeq ($(wildcard $(objtree)/arch/$(SRCARCH)/include/generated/uapi/asm/kvm_para.h),)

12