Home
last modified time | relevance | path

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

12

/linux/scripts/package/
A Dbuildtar19 tmpdir="${objtree}/tar-install"
20 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar"
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…
110 elif [ -f "${objtree}/vmlinux.32" ]; then
112 elif [ -f "${objtree}/vmlinux.64" ]; then
114 elif [ -f "${objtree}/arch/mips/boot/vmlinux.bin" ]; then
120 elif [ -f "${objtree}/vmlinux" ]; then
126 if [ -f "${objtree}/arch/arm64/boot/${i}" ] ; then
[all …]
/linux/scripts/
A 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 && \
A 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)
296 DTC ?= $(objtree)/scripts/dtc/dtc
352 cmd_fdtoverlay = $(objtree)/scripts/dtc/fdtoverlay -o $@ -i $(real-prereqs)
362 DT_TMP_SCHEMA ?= $(objtree)/$(DT_BINDING_DIR)/processed-schema.json
A DMakefile.clean44 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \
45 $(filter $(objtree)/%, $(__clean-files)))
A Dgenerate_initcall_order.pl15 my $objtree = $ENV{'objtree'} || '.';
206 find_initcalls($index, "$objtree/$file");
A DMakefile.host78 _hostc_flags += -I $(objtree)/$(obj)
79 _hostcxx_flags += -I $(objtree)/$(obj)
A DMakefile.kcov4 kcov-flags-$(CONFIG_GCC_PLUGIN_SANCOV) += -fplugin=$(objtree)/scripts/gcc-plugins/sancov_plugin.so
A DMakefile.build209 $(objtree)/scripts/recordmcount $(RECORDMCOUNT_FLAGS) "$(@)"; \
228 objtool := $(objtree)/tools/objtool/objtool
406 cmd_asn1_compiler = $(objtree)/scripts/asn1_compiler $< \
409 $(obj)/%.asn1.c $(obj)/%.asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler
/linux/arch/x86/tools/
A 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/arch/mips/boot/compressed/
A DMakefile109 $(objtree)/vmlinuz: $(src)/ld.script $(vmlinuzobjs-y) $(obj)/calc_vmlinuz_load_addr
113 objboot := $(objtree)/arch/mips/boot
115 $(objboot)/vmlinuz: $(objtree)/vmlinuz FORCE
128 VMLINUZ = $(objtree)/vmlinuz
138 $(objboot)/vmlinuz.32: $(objtree)/vmlinuz
153 $(objboot)/vmlinuz.bin: $(objtree)/vmlinuz
160 $(objboot)/vmlinuz.srec: $(objtree)/vmlinuz
/linux/scripts/gcc-plugins/
A DMakefile3 $(obj)/randomize_layout_plugin.so: $(objtree)/$(obj)/randomize_layout_seed.h
6 …$(CONFIG_SHELL) $(srctree)/$(src)/gen-random-seed.sh $@ $(objtree)/include/generated/randomize_lay…
7 $(objtree)/$(obj)/randomize_layout_seed.h: FORCE
/linux/arch/mips/tools/
A Dgeneric-board-config.sh23 objtree="$2"
82 -m -O ${objtree} ${cfg} ${board_cfg} \
/linux/arch/um/
A 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/arch/x86/
A DMakefile254 $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
255 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
284 $(Q)rm -rf $(objtree)/arch/i386
285 $(Q)rm -rf $(objtree)/arch/x86_64
/linux/
A DMakefile250 objtree := . macro
253 export building_out_of_srctree srctree objtree VPATH
498 -I$(objtree)/arch/$(SRCARCH)/include/generated/uapi \
500 -I$(objtree)/include/generated/uapi \
508 -I$(objtree)/arch/$(SRCARCH)/include/generated \
510 -I$(objtree)/include \
1264 export INSTALL_HDR_PATH = $(objtree)/usr
1344 $(Q)mkdir -p $(objtree)/tools
1348 $(Q)mkdir -p $(objtree)/tools
1478 @if [ ! $(objtree) -ef $(MODLIB)/build ]; then \
[all …]
/linux/arch/parisc/boot/compressed/
A DMakefile39 AFLAGS_head.o += -I$(objtree)/$(obj) -DBOOTLOADER
42 CFLAGS_misc.o += -I$(objtree)/$(obj)
54 CPPFLAGS_vmlinux.lds += -I$(objtree)/$(obj) -DBOOTLOADER
/linux/arch/mips/
A DMakefile264 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
514 -m -O $(objtree) $(srctree)/arch/$(ARCH)/configs/generic_defconfig $^ | \
516 $(Q)cp $(KCONFIG_CONFIG) $(objtree)/.config.$@
518 KCONFIG_CONFIG=$(objtree)/.config.$@ >/dev/null
520 $(srctree) $(objtree) $(objtree)/.config.$@ $(KCONFIG_CONFIG) \
/linux/drivers/scsi/aic7xxx/
A DMakefile62 $(aic7xxx-gen-y): $(objtree)/$(obj)/aic7xxx_seq.h
80 $(aic79xx-gen-y): $(objtree)/$(obj)/aic79xx_seq.h
/linux/kernel/gcov/
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/arch/parisc/
A DMakefile126 else echo $(objtree)/palo.conf; \
136 cp $(srctree)/arch/parisc/defpalo.conf $(objtree)/palo.conf; \
/linux/tools/scripts/
A DMakefile.include8 ifeq ($(objtree),)
9 objtree := $(O)
/linux/arch/alpha/boot/
A DMakefile17 KBUILD_HOSTCFLAGS := -Wall -I$(objtree)/usr/include
18 BOOTCFLAGS += -I$(objtree)/$(obj) -I$(srctree)/$(obj)
/linux/scripts/selinux/mdp/
A DMakefile5 -I$(srctree)/security/selinux/include -I$(objtree)/include
/linux/arch/s390/boot/compressed/
A DMakefile30 $(obj)/vmlinux: $(obj)/vmlinux.lds $(objtree)/arch/s390/boot/startup.a $(OBJECTS_ALL) FORCE
34 $(obj)/vmlinux.syms: $(obj)/vmlinux.lds $(objtree)/arch/s390/boot/startup.a $(OBJECTS) FORCE
/linux/arch/powerpc/purgatory/
A DMakefile13 cmd_bin2c = $(objtree)/scripts/bin2c kexec_purgatory < $< > $@

Completed in 34 milliseconds

12