| /linux-5.15/scripts/package/ |
| H A D | buildtar | 19 tmpdir="${objtree}/tar-install" 20 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar" 80 cp -v -- "${objtree}/System.map" "${tmpdir}/boot/System.map-${KERNELRELEASE}" 82 cp -v -- "${objtree}/vmlinux" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}" 90 …[ -f "${objtree}/arch/x86/boot/bzImage" ] && cp -v -- "${objtree}/arch/x86/boot/bzImage" "${tmpdir… 93 …[ -f "${objtree}/arch/alpha/boot/vmlinux.gz" ] && cp -v -- "${objtree}/arch/alpha/boot/vmlinux.gz"… 97 …[ -f "${objtree}/lifimage" ] && cp -v -- "${objtree}/lifimage" "${tmpdir}/boot/lifimage-${KERNELRE… 100 if [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.bin" ]; then 101 …cp -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.bin" "${tmpdir}/boot/vmlinuz-${KERNELRELEAS… 102 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" ]; then [all …]
|
| /linux-5.15/scripts/ |
| A D | Makefile.package | 50 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 && \
|
| H A D | Makefile.clean | 44 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \ 45 $(filter $(objtree)/%, $(__clean-files)))
|
| H A D | Makefile.lib | 191 _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) 307 DTC ?= $(objtree)/scripts/dtc/dtc 364 cmd_fdtoverlay = $(objtree)/scripts/dtc/fdtoverlay -o $@ -i $(real-prereqs) 374 DT_TMP_SCHEMA ?= $(objtree)/$(DT_BINDING_DIR)/processed-schema.json
|
| A D | generate_initcall_order.pl | 15 my $objtree = $ENV{'objtree'} || '.'; 206 find_initcalls($index, "$objtree/$file");
|
| H A D | Makefile.host | 78 _hostc_flags += -I $(objtree)/$(obj) 79 _hostcxx_flags += -I $(objtree)/$(obj)
|
| A D | Makefile.kcov | 4 kcov-flags-$(CONFIG_GCC_PLUGIN_SANCOV) += -fplugin=$(objtree)/scripts/gcc-plugins/sancov_plugin.so
|
| H A D | Makefile.build | 209 $(objtree)/scripts/recordmcount $(RECORDMCOUNT_FLAGS) "$(@)"; \ 229 __objtool_obj := $(objtree)/tools/objtool/objtool 294 $(objtree)/tools/objtool/objtool $(objtool_args) --module $@ 397 cmd_asn1_compiler = $(objtree)/scripts/asn1_compiler $< \ 400 $(obj)/%.asn1.c $(obj)/%.asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler
|
| /linux-5.15/arch/x86/tools/ |
| H A D | Makefile | 20 …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.15/arch/mips/boot/compressed/ |
| H A D | Makefile | 119 $(objtree)/vmlinuz: $(src)/ld.script $(vmlinuzobjs-y) $(obj)/calc_vmlinuz_load_addr 123 objboot := $(objtree)/arch/mips/boot 125 $(objboot)/vmlinuz: $(objtree)/vmlinuz FORCE 138 VMLINUZ = $(objtree)/vmlinuz 148 $(objboot)/vmlinuz.32: $(objtree)/vmlinuz 163 $(objboot)/vmlinuz.bin: $(objtree)/vmlinuz 170 $(objboot)/vmlinuz.srec: $(objtree)/vmlinuz
|
| /linux-5.15/arch/mips/tools/ |
| A D | generic-board-config.sh | 23 objtree="$2" 82 -m -O ${objtree} ${cfg} ${board_cfg} \
|
| /linux-5.15/scripts/gcc-plugins/ |
| A D | Makefile | 3 $(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-5.15/arch/um/ |
| H A D | Makefile | 76 -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.15/arch/parisc/boot/compressed/ |
| A D | Makefile | 40 AFLAGS_head.o += -I$(objtree)/$(obj) -DBOOTLOADER 43 CFLAGS_misc.o += -I$(objtree)/$(obj) 57 CPPFLAGS_vmlinux.lds += -I$(objtree)/$(obj) -DBOOTLOADER
|
| /linux-5.15/arch/x86/ |
| H A D | Makefile | 254 $(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-5.15/ |
| H A D | Makefile | 250 objtree := . macro 253 export building_out_of_srctree srctree objtree VPATH 465 RESOLVE_BTFIDS = $(objtree)/tools/bpf/resolve_btfids/resolve_btfids 496 -I$(objtree)/arch/$(SRCARCH)/include/generated/uapi \ 498 -I$(objtree)/include/generated/uapi \ 506 -I$(objtree)/arch/$(SRCARCH)/include/generated \ 508 -I$(objtree)/include \ 1286 export INSTALL_HDR_PATH = $(objtree)/usr 1351 resolve_btfids_O = $(abspath $(objtree))/tools/bpf/resolve_btfids 1366 $(Q)mkdir -p $(objtree)/tools [all …]
|
| /linux-5.15/drivers/scsi/aic7xxx/ |
| H A D | Makefile | 62 $(aic7xxx-gen-y): $(objtree)/$(obj)/aic7xxx_seq.h 80 $(aic79xx-gen-y): $(objtree)/$(obj)/aic79xx_seq.h
|
| /linux-5.15/arch/mips/ |
| H A D | Makefile | 263 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux) 518 -m -O $(objtree) $(srctree)/arch/$(ARCH)/configs/generic_defconfig $^ | \ 520 $(Q)cp $(KCONFIG_CONFIG) $(objtree)/.config.$@ 522 KCONFIG_CONFIG=$(objtree)/.config.$@ >/dev/null 524 $(srctree) $(objtree) $(objtree)/.config.$@ $(KCONFIG_CONFIG) \
|
| /linux-5.15/scripts/selinux/mdp/ |
| H A D | Makefile | 5 -I$(srctree)/security/selinux/include -I$(objtree)/include
|
| /linux-5.15/arch/parisc/ |
| H A D | Makefile | 123 else echo $(objtree)/palo.conf; \ 133 cp $(srctree)/arch/parisc/defpalo.conf $(objtree)/palo.conf; \
|
| /linux-5.15/tools/scripts/ |
| H A D | Makefile.include | 8 ifeq ($(objtree),) 9 objtree := $(O)
|
| /linux-5.15/kernel/gcov/ |
| H A D | fs.c | 65 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.15/arch/alpha/boot/ |
| H A D | Makefile | 17 KBUILD_HOSTCFLAGS := -Wall -I$(objtree)/usr/include 18 BOOTCFLAGS += -I$(objtree)/$(obj) -I$(srctree)/$(obj)
|
| /linux-5.15/arch/powerpc/purgatory/ |
| A D | Makefile | 13 cmd_bin2c = $(objtree)/scripts/bin2c kexec_purgatory < $< > $@
|
| /linux-5.15/arch/s390/boot/compressed/ |
| H A D | Makefile | 30 $(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
|