Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/package/
Dbuildtar18 tmpdir="${objtree}/tar-install"
19 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar"
59 if grep -q '^CONFIG_MODULES=y' "${objtree}/.config"; then
60 make ARCH="${ARCH}" O="${objtree}" KBUILD_SRC= INSTALL_MOD_PATH="${tmpdir}" modules_install
67 cp -v -- "${objtree}/System.map" "${tmpdir}/boot/System.map-${KERNELRELEASE}"
68 cp -v -- "${objtree}/.config" "${tmpdir}/boot/config-${KERNELRELEASE}"
69 cp -v -- "${objtree}/vmlinux" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
77 …[ -f "${objtree}/arch/x86/boot/bzImage" ] && cp -v -- "${objtree}/arch/x86/boot/bzImage" "${tmpdir…
80 …[ -f "${objtree}/arch/alpha/boot/vmlinux.gz" ] && cp -v -- "${objtree}/arch/alpha/boot/vmlinux.gz"…
84 …[ -f "${objtree}/lifimage" ] && cp -v -- "${objtree}/lifimage" "${tmpdir}/boot/lifimage-${KERNELRE…
[all …]
DMakefile47 $(CONFIG_SHELL) $(MKSPEC) >$(objtree)/kernel.spec
51 rm -f $(objtree)/.scmversion
52 $(CONFIG_SHELL) $(srctree)/scripts/mkversion > $(objtree)/.tmp_version
53 mv -f $(objtree)/.tmp_version $(objtree)/.version
61 $(CONFIG_SHELL) $(MKSPEC) prebuilt > $(objtree)/binkernel.spec
62 $(CONFIG_SHELL) $(srctree)/scripts/mkversion > $(objtree)/.tmp_version
63 mv -f $(objtree)/.tmp_version $(objtree)/.version
66 $(UTS_MACHINE) -bb $(objtree)/binkernel.spec
93 clean-dirs += $(objtree)/debian/
102 clean-dirs += $(objtree)/tar-install/
Dbuilddeb79 tmpdir="$objtree/debian/tmp"
80 fwdir="$objtree/debian/fwtmp"
81 kernel_headers_dir="$objtree/debian/hdrtmp"
82 libc_headers_dir="$objtree/debian/headertmp"
83 dbg_dir="$objtree/debian/dbgtmp"
313 rm -f "$objtree/debian/hdrsrcfiles" "$objtree/debian/hdrobjfiles"
/linux-4.1.27/samples/seccomp/
DMakefile6 HOSTCFLAGS_bpf-fancy.o += -I$(objtree)/usr/include
7 HOSTCFLAGS_bpf-fancy.o += -idirafter $(objtree)/include
8 HOSTCFLAGS_bpf-helper.o += -I$(objtree)/usr/include
9 HOSTCFLAGS_bpf-helper.o += -idirafter $(objtree)/include
12 HOSTCFLAGS_dropper.o += -I$(objtree)/usr/include
13 HOSTCFLAGS_dropper.o += -idirafter $(objtree)/include
16 HOSTCFLAGS_bpf-direct.o += -I$(objtree)/usr/include
17 HOSTCFLAGS_bpf-direct.o += -idirafter $(objtree)/include
/linux-4.1.27/Documentation/networking/timestamping/
DMakefile12 HOSTCFLAGS_timestamping.o += -I$(objtree)/usr/include
13 HOSTCFLAGS_txtimestamp.o += -I$(objtree)/usr/include
14 HOSTCFLAGS_hwtstamp_config.o += -I$(objtree)/usr/include
/linux-4.1.27/Documentation/prctl/
DMakefile6 HOSTCFLAGS_disable-tsc-ctxt-sw-stress-test.o += -I$(objtree)/usr/include
7 HOSTCFLAGS_disable-tsc-on-off-stress-test.o += -I$(objtree)/usr/include
8 HOSTCFLAGS_disable-tsc-test.o += -I$(objtree)/usr/include
/linux-4.1.27/arch/x86/tools/
DMakefile19 …cmd_posttest = ($(OBJDUMP) -v | $(AWK) -f $(chkobjdump)) || $(OBJDUMP) -d -j .text $(objtree)/vmli…
31 HOSTCFLAGS_test_get_len.o := -Wall -I$(objtree)/arch/x86/lib/ -I$(srctree)/arch/x86/include/uapi/ -…
33 HOSTCFLAGS_insn_sanity.o := -Wall -I$(objtree)/arch/x86/lib/ -I$(srctree)/arch/x86/include/ -I$(src…
36 …ee)/arch/x86/include/asm/inat.h $(srctree)/arch/x86/include/asm/insn.h $(objtree)/arch/x86/lib/ina…
38 …ee)/arch/x86/include/asm/inat.h $(srctree)/arch/x86/include/asm/insn.h $(objtree)/arch/x86/lib/ina…
/linux-4.1.27/scripts/
DMakefile.clean50 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \
51 $(filter $(objtree)/%, $(__clean-files)))
56 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(clean-dirs))) \
57 $(filter $(objtree)/%, $(clean-dirs)))
DMakefile.fwinst13 -include $(objtree)/.config
31 firmware-dirs := $(sort $(addprefix $(objtree)/$(obj)/,$(dir $(fw-external-y) $(fw-shipped-all))))
Dnamespace.pl72 my $objtree = "";
74 $objtree = "$ENV{'objtree'}/" if (exists($ENV{'objtree'}));
232 $source = "$objtree$File::Find::dir/$source";
DMakefile.build224 $(objtree)/scripts/recordmcount $(RECORDMCOUNT_FLAGS) "$(@)"; \
311 cmd_asn1_compiler = $(objtree)/scripts/asn1_compiler $< \
314 .PRECIOUS: $(objtree)/$(obj)/%-asn1.c $(objtree)/$(obj)/%-asn1.h
316 $(obj)/%-asn1.c $(obj)/%-asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler
Dlink-vmlinux.sh53 local lds="${objtree}/${KBUILD_LDS}"
110 ${objtree}/scripts/sortextable ${1}
DMakefile.modpost59 kernelsymfile := $(objtree)/Module.symvers
DMakefile.headersinst41 gendir := $(objtree)/$(gen)
DMakefile.lib287 $(objtree)/scripts/dtc/dtc -O dtb -o $@ -b 0 \
/linux-4.1.27/Documentation/spi/
DMakefile7 HOSTCFLAGS_spidev_test.o += -I$(objtree)/usr/include
8 HOSTCFLAGS_spidev_fdx.o += -I$(objtree)/usr/include
/linux-4.1.27/
DMakefile210 objtree := . macro
212 obj := $(objtree)
216 export srctree objtree VPATH
463 $(srctree) $(objtree) $(VERSION) $(PATCHLEVEL)
1036 @mkdir -p $(objtree)/firmware
1043 export INSTALL_HDR_PATH = $(objtree)/usr
1102 $(Q)$(AWK) '!x[$$0]++' $(vmlinux-dirs:%=$(objtree)/%/modules.order) > $(objtree)/modules.order
1108 $(Q)$(AWK) '!x[$$0]++' $^ > $(objtree)/modules.builtin
1128 @if [ ! $(objtree) -ef $(MODLIB)/build ]; then \
1132 @cp -f $(objtree)/modules.order $(MODLIB)/
[all …]
/linux-4.1.27/tools/scripts/
DMakefile.include7 ifeq ($(objtree),)
8 objtree := $(O)
/linux-4.1.27/samples/bpf/
DMakefile34 HOSTCFLAGS += -I$(objtree)/usr/include
36 HOSTCFLAGS_bpf_load.o += -I$(objtree)/usr/include -Wno-unused-variable
/linux-4.1.27/arch/x86/
DMakefile232 $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
233 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
247 $(Q)rm -rf $(objtree)/arch/i386
248 $(Q)rm -rf $(objtree)/arch/x86_64
/linux-4.1.27/Documentation/accounting/
DMakefile7 HOSTCFLAGS_getdelays.o += -I$(objtree)/usr/include
/linux-4.1.27/Documentation/pcmcia/
DMakefile7 HOSTCFLAGS_crc32hash.o += -I$(objtree)/usr/include
/linux-4.1.27/Documentation/auxdisplay/
DMakefile7 HOSTCFLAGS_cfag12864b-example.o += -I$(objtree)/usr/include
/linux-4.1.27/Documentation/ptp/
DMakefile7 HOSTCFLAGS_testptp.o += -I$(objtree)/usr/include
/linux-4.1.27/Documentation/misc-devices/mei/
DMakefile3 HOSTCFLAGS_mei-amt-version.o += -I$(objtree)/usr/include
/linux-4.1.27/samples/uhid/
DMakefile10 HOSTCFLAGS_uhid-example.o += -I$(objtree)/usr/include
/linux-4.1.27/samples/hidraw/
DMakefile10 HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include
/linux-4.1.27/Documentation/connector/
DMakefile11 HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include
/linux-4.1.27/kernel/gcov/
Dfs.c63 static const char objtree[] = OBJTREE; variable
335 if (strncmp(filename, objtree, strlen(objtree)) == 0) { in get_link_target()
336 rel = filename + strlen(objtree) + 1; in get_link_target()
340 result = link_target(objtree, rel, ext->ext); in get_link_target()
/linux-4.1.27/scripts/gdb/linux/
DMakefile7 $(Q)ln -fsn $(SRCTREE)/$(obj)/*.py $(objtree)/$(obj)
/linux-4.1.27/arch/mips/boot/compressed/
DMakefile123 clean-files := $(objtree)/vmlinuz $(objtree)/vmlinuz.{32,ecoff,bin,srec}
/linux-4.1.27/Documentation/mic/mpssd/
DMakefile9 HOSTCFLAGS += -I$(objtree)/usr/include -I$(srctree)/tools/include
/linux-4.1.27/Documentation/vDSO/
DMakefile10 HOSTCFLAGS := -I$(objtree)/usr/include -std=gnu99
/linux-4.1.27/security/tomoyo/
DMakefile6 $(objtree)/scripts/basic/bin2c <$(firstword $(wildcard $(obj)/policy/$(1).conf $(srctree)/$(src)/po…
/linux-4.1.27/arch/x86/purgatory/
DMakefile21 CMD_BIN2C = $(objtree)/scripts/basic/bin2c
/linux-4.1.27/arch/um/kernel/
DMakefile33 $(obj)/config.tmp: $(objtree)/.config FORCE
/linux-4.1.27/kernel/time/
DMakefile22 $(obj)/hz.bc: $(objtree)/include/config/hz.h FORCE
/linux-4.1.27/arch/cris/boot/rescue/
DMakefile29 cp -p $(obj)/rescue.bin $(objtree)
/linux-4.1.27/kernel/
DMakefile129 X509_CERTIFICATES-$(CONFIG_MODULE_SIG) += $(objtree)/signing_key.x509
132 X509_CERTIFICATES := $(subst $(realpath $(objtree))/,,$(X509_CERTIFICATES-raw))
/linux-4.1.27/arch/arm64/
DMakefile57 core-$(CONFIG_EFI_STUB) += $(objtree)/drivers/firmware/efi/libstub/lib.a
/linux-4.1.27/arch/arm/vdso/
DMakefile53 cmd_vdsomunge = $(objtree)/$(obj)/vdsomunge $< $@
/linux-4.1.27/arch/cris/
DMakefile75 OBJ_ARCH = $(objtree)/arch/cris
/linux-4.1.27/arch/s390/boot/compressed/
DMakefile19 OBJECTS := $(addprefix $(objtree)/arch/s390/kernel/, head.o sclp.o ebcdic.o)
/linux-4.1.27/arch/x86/boot/compressed/
DMakefile53 $(objtree)/drivers/firmware/efi/libstub/lib.a
/linux-4.1.27/arch/alpha/boot/
DMakefile17 HOSTCFLAGS := -Wall -I$(objtree)/usr/include
/linux-4.1.27/firmware/
DMakefile145 cmd_ihex2fw = $(objtree)/$(obj)/ihex2fw $< $@
148 cmd_h16tofw = $(objtree)/$(obj)/ihex2fw -w $< $@
/linux-4.1.27/Documentation/kbuild/
Dkbuild.txt170 $(objtree)/usr
172 $(objtree) is the directory where output files are saved.
Dmakefiles.txt760 Makefile, except if prefixed with $(objtree).
766 clean-dirs := $(objtree)/debian/
/linux-4.1.27/Documentation/DocBook/
DMakefile68 DOCPROC = $(objtree)/scripts/docproc
/linux-4.1.27/scripts/kconfig/
DMakefile63 --directory=$(srctree) --directory=$(objtree) \
Dzconf.lex.c_shipped2318 * The latter is used when srctree is separate from objtree
/linux-4.1.27/Documentation/DocBook/media/
DMakefile7 MEDIA_OBJ_DIR=$(objtree)/Documentation/DocBook/
/linux-4.1.27/tools/perf/
DMakefile.perf83 ifneq ($(objtree),)