Searched refs:srctree (Results 1 - 114 of 114) sorted by relevance

/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/
H A DMakefile5 ccflags-y += -I$(srctree)/drivers/media/dvb-core/
6 ccflags-y += -I$(srctree)/drivers/media/tuners/
/linux-4.4.14/arch/x86/tools/
H A DMakefile15 distill_awk = $(srctree)/arch/x86/tools/distill.awk
16 chkobjdump = $(srctree)/arch/x86/tools/chkobjdump.awk
31 HOSTCFLAGS_test_get_len.o := -Wall -I$(objtree)/arch/x86/lib/ -I$(srctree)/arch/x86/include/uapi/ -I$(srctree)/arch/x86/include/ -I$(srctree)/arch/x86/lib/ -I$(srctree)/include/uapi/
33 HOSTCFLAGS_insn_sanity.o := -Wall -I$(objtree)/arch/x86/lib/ -I$(srctree)/arch/x86/include/ -I$(srctree)/arch/x86/lib/ -I$(srctree)/include/
36 $(obj)/test_get_len.o: $(srctree)/arch/x86/lib/insn.c $(srctree)/arch/x86/lib/inat.c $(srctree)/arch/x86/include/asm/inat_types.h $(srctree)/arch/x86/include/asm/inat.h $(srctree)/arch/x86/include/asm/insn.h $(objtree)/arch/x86/lib/inat-tables.c
38 $(obj)/insn_sanity.o: $(srctree)/arch/x86/lib/insn.c $(srctree)/arch/x86/lib/inat.c $(srctree)/arch/x86/include/asm/inat_types.h $(srctree)/arch/x86/include/asm/inat.h $(srctree)/arch/x86/include/asm/insn.h $(objtree)/arch/x86/lib/inat-tables.c
40 HOST_EXTRACFLAGS += -I$(srctree)/tools/include
/linux-4.4.14/drivers/media/pci/saa7164/
H A DMakefile7 ccflags-y += -I$(srctree)/drivers/media/i2c
8 ccflags-y += -I$(srctree)/drivers/media/tuners
9 ccflags-y += -I$(srctree)/drivers/media/dvb-core
10 ccflags-y += -I$(srctree)/drivers/media/dvb-frontends
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/
H A DMakefile9 ccflags-y += -I$(srctree)/drivers/media/usb/gspca
/linux-4.4.14/tools/build/
H A DMakefile1 ifeq ($(srctree),)
2 srctree := $(patsubst %/,%,$(dir $(shell pwd))) macro
3 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
6 include $(srctree)/tools//scripts/Makefile.include
23 export Q srctree CC LD
26 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
/linux-4.4.14/tools/lib/api/
H A DMakefile4 ifeq ($(srctree),)
5 srctree := $(patsubst %/,%,$(dir $(shell pwd))) macro
6 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
7 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
8 #$(info Determined 'srctree' to be $(srctree))
28 export srctree OUTPUT CC LD CFLAGS V
29 include $(srctree)/tools/build/Makefile.include
/linux-4.4.14/drivers/media/pci/ivtv/
H A DMakefile12 ccflags-y += -I$(srctree)/drivers/media/i2c
13 ccflags-y += -I$(srctree)/drivers/media/tuners
14 ccflags-y += -I$(srctree)/drivers/media/dvb-core
15 ccflags-y += -I$(srctree)/drivers/media/dvb-frontends
/linux-4.4.14/drivers/media/usb/gspca/gl860/
H A DMakefile9 ccflags-y += -I$(srctree)/drivers/media/usb/gspca
/linux-4.4.14/drivers/media/usb/gspca/m5602/
H A DMakefile11 ccflags-y += -I$(srctree)/drivers/media/usb/gspca
/linux-4.4.14/scripts/
H A Dheaders.sh9 if [ -f ${srctree}/arch/$2/include/asm/Kbuild ]; then
16 archs=${HDR_ARCH_LIST:-$(ls ${srctree}/arch)}
23 if [ -d ${srctree}/arch/${arch} ]; then
H A DMakefile12 HOST_EXTRACFLAGS += -I$(srctree)/tools/include
23 HOSTCFLAGS_sortextable.o = -I$(srctree)/tools/include
24 HOSTCFLAGS_asn1_compiler.o = -I$(srctree)/include
H A Dsetlocalversion13 echo "Usage: $0 [--save-scmversion] [srctree]" >&2
18 srctree=.
24 srctree=$1
27 if test $# -gt 0 -o ! -d "$srctree"; then
36 cd "$srctree"
152 if test ! "$srctree" -ef .; then
153 res="$res$(collect_files "$srctree"/localversion*)"
H A Dmakelst7 # $(srctree)/scripts/makelst $*.o System.map $(OBJDUMP) > $@
H A Dcoccicheck44 OPTIONS="--dir $srctree $COCCIINCLUDE"
51 OPTIONS="--patch $srctree $OPTIONS"
120 FILE=`echo $COCCI | sed "s|$srctree/||"`
174 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
H A Dlink-vmlinux.sh105 ${CONFIG_SHELL} "${srctree}/scripts/mksysmap" ${1} ${2}
169 ${MAKE} -f "${srctree}/scripts/Makefile.modpost" vmlinux.o
182 ${MAKE} -f "${srctree}/scripts/Makefile.build" obj=init
H A Ddocproc.c77 static char *srctree, *kernsrctree; variable
203 strncat(real_filename, srctree, PATH_MAX); find_export_symbols()
506 srctree = getenv("SRCTREE"); main()
507 if (!srctree) main()
508 srctree = getcwd(NULL, 0); main()
511 kernsrctree = srctree; main()
H A Dnamespace.pl71 my $srctree = "";
73 $srctree = "$ENV{'srctree'}/" if (exists($ENV{'srctree'}));
234 $source = "$srctree$File::Find::dir/$source";
H A Dtags.sh8 # ARCH, SUBARCH, SRCARCH, srctree, src, obj
25 tree=${srctree}/
/linux-4.4.14/tools/build/tests/ex/
H A DMakefile1 export srctree := $(abspath ../../../..) macro
8 include $(srctree)/tools/build/Makefile.include
14 make -f $(srctree)/tools/build/Makefile.build dir=. $@
/linux-4.4.14/drivers/scsi/csiostor/
H A DMakefile6 ccflags-y += -I$(srctree)/drivers/net/ethernet/chelsio/cxgb4
/linux-4.4.14/kernel/gcov/
H A DMakefile1 ccflags-y := -DSRCTREE='"$(srctree)"' -DOBJTREE='"$(objtree)"'
H A Dfs.c64 static const char srctree[] = SRCTREE; variable
328 * subdirectory of srctree, objtree or in an external location.
338 result = link_target(srctree, rel, ext->ext); get_link_target()
/linux-4.4.14/arch/arm/mach-mvebu/
H A DMakefile1 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include \
2 -I$(srctree)/arch/arm/plat-orion/include
/linux-4.4.14/arch/cris/boot/compressed/
H A DMakefile8 # asflags-$(CONFIG_ETRAX_ARCH_V32) += -I$(srctree)/include/asm/mach \
9 # -I$(srctree)/include/asm/arch
10 # ccflags-$(CONFIG_ETRAX_ARCH_V32) += -O2 -I$(srctree)/include/asm/mach
11 # -I$(srctree)/include/asm/arch
16 ldflags-y += -T $(srctree)/$(src)/decompress_$(arch-y).lds
/linux-4.4.14/drivers/usb/gadget/legacy/
H A DMakefile5 ccflags-y := -I$(srctree)/drivers/usb/gadget/
6 ccflags-y += -I$(srctree)/drivers/usb/gadget/udc/
7 ccflags-y += -I$(srctree)/drivers/usb/gadget/function/
/linux-4.4.14/drivers/usb/gadget/
H A DMakefile6 ccflags-y += -I$(srctree)/drivers/usb/gadget/udc
/linux-4.4.14/arch/arc/boot/dts/
H A DMakefile13 dtstree := $(srctree)/$(src)
/linux-4.4.14/scripts/gdb/linux/
H A DMakefile3 SRCTREE := $(shell cd $(srctree) && /bin/pwd)
/linux-4.4.14/arch/h8300/boot/dts/
H A DMakefile11 dtstree := $(srctree)/$(src)
/linux-4.4.14/arch/arm/mach-exynos/
H A DMakefile8 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include
/linux-4.4.14/arch/x86/entry/syscalls/
H A DMakefile8 syscall32 := $(srctree)/$(src)/syscall_32.tbl
9 syscall64 := $(srctree)/$(src)/syscall_64.tbl
11 syshdr := $(srctree)/$(src)/syscallhdr.sh
12 systbl := $(srctree)/$(src)/syscalltbl.sh
53 $(out)/xen-hypercalls.h: $(srctree)/scripts/xen-hypercalls.sh
56 $(out)/xen-hypercalls.h: $(srctree)/include/xen/interface/xen*.h
/linux-4.4.14/Documentation/DocBook/media/
H A DMakefile8 MEDIA_SRC_DIR=$(srctree)/Documentation/DocBook/media
59 $(shell perl -ne 'print "$$1 " if /\#define\s+([^\s]+)\s+_IO/' $(srctree)/include/uapi/linux/videodev2.h) \
60 $(shell perl -ne 'print "$$1 " if /\#define\s+([^\s]+)\s+_IO/' $(srctree)/include/uapi/linux/dvb/audio.h) \
61 $(shell perl -ne 'print "$$1 " if /\#define\s+([^\s]+)\s+_IO/' $(srctree)/include/uapi/linux/dvb/ca.h) \
62 $(shell perl -ne 'print "$$1 " if /\#define\s+([^\s]+)\s+_IO/' $(srctree)/include/uapi/linux/dvb/dmx.h) \
63 $(shell perl -ne 'print "$$1 " if /\#define\s+([^\s]+)\s+_IO/' $(srctree)/include/uapi/linux/dvb/frontend.h) \
64 $(shell perl -ne 'print "$$1 " if /\#define\s+([A-Z][^\s]+)\s+_IO/' $(srctree)/include/uapi/linux/dvb/net.h) \
65 $(shell perl -ne 'print "$$1 " if /\#define\s+([^\s]+)\s+_IO/' $(srctree)/include/uapi/linux/dvb/video.h) \
66 $(shell perl -ne 'print "$$1 " if /\#define\s+([^\s]+)\s+_IO/' $(srctree)/include/uapi/linux/media.h) \
67 $(shell perl -ne 'print "$$1 " if /\#define\s+([^\s]+)\s+_IO/' $(srctree)/include/uapi/linux/v4l2-subdev.h) \
70 $(shell perl -ne 'print "$$1 " if /\#define\s+(DTV_[^\s]+)\s+/' $(srctree)/include/uapi/linux/dvb/frontend.h) \
73 $(shell perl -ne 'print "$$1 " if /^typedef\s+.*\s+(\S+)\;/' $(srctree)/include/uapi/linux/videodev2.h) \
74 $(shell perl -ne 'print "$$1 " if /^typedef\s+.*\s+(\S+)\;/' $(srctree)/include/uapi/linux/dvb/frontend.h)
78 $(srctree)/include/uapi/linux/videodev2.h \
79 $(srctree)/include/uapi/linux/dvb/audio.h \
80 $(srctree)/include/uapi/linux/dvb/ca.h \
81 $(srctree)/include/uapi/linux/dvb/dmx.h \
82 $(srctree)/include/uapi/linux/dvb/frontend.h \
83 $(srctree)/include/uapi/linux/dvb/net.h \
84 $(srctree)/include/uapi/linux/dvb/video.h \
85 $(srctree)/include/uapi/linux/media.h \
86 $(srctree)/include/uapi/linux/v4l2-mediabus.h \
87 $(srctree)/include/uapi/linux/v4l2-subdev.h)
91 $(srctree)/include/uapi/linux/dvb/dmx.h \
92 $(srctree)/include/uapi/linux/dvb/frontend.h)
95 $(shell perl -ne 'print "$$1 " if /^struct\s+([^\s]+)\s+/' $(srctree)/include/uapi/linux/videodev2.h) \
96 $(shell perl -ne 'print "$$1 " if (/^struct\s+([^\s\{]+)\s*/)' $(srctree)/include/uapi/linux/dvb/audio.h) \
97 $(shell perl -ne 'print "$$1 " if (/^struct\s+([^\s]+)\s+/)' $(srctree)/include/uapi/linux/dvb/ca.h) \
98 $(shell perl -ne 'print "$$1 " if (/^struct\s+([^\s]+)\s+/)' $(srctree)/include/uapi/linux/dvb/dmx.h) \
99 $(shell perl -ne 'print "$$1 " if (!/dtv\_cmds\_h/ && /^struct\s+([^\s]+)\s+/)' $(srctree)/include/uapi/linux/dvb/frontend.h) \
100 $(shell perl -ne 'print "$$1 " if (/^struct\s+([^\s]+)\s+/ && !/_old/)' $(srctree)/include/uapi/linux/dvb/net.h) \
101 $(shell perl -ne 'print "$$1 " if (/^struct\s+([^\s]+)\s+/)' $(srctree)/include/uapi/linux/dvb/video.h) \
102 $(shell perl -ne 'print "$$1 " if /^struct\s+([^\s]+)\s+/' $(srctree)/include/uapi/linux/media.h) \
103 $(shell perl -ne 'print "$$1 " if /^struct\s+([^\s]+)\s+/' $(srctree)/include/uapi/linux/v4l2-subdev.h) \
104 $(shell perl -ne 'print "$$1 " if /^struct\s+([^\s]+)\s+/' $(srctree)/include/uapi/linux/v4l2-mediabus.h)
213 $(MEDIA_OBJ_DIR)/videodev2.h.xml: $(srctree)/include/uapi/linux/videodev2.h $(MEDIA_OBJ_DIR)/v4l2.xml
224 $(MEDIA_OBJ_DIR)/audio.h.xml: $(srctree)/include/uapi/linux/dvb/audio.h $(MEDIA_OBJ_DIR)/v4l2.xml
235 $(MEDIA_OBJ_DIR)/ca.h.xml: $(srctree)/include/uapi/linux/dvb/ca.h $(MEDIA_OBJ_DIR)/v4l2.xml
246 $(MEDIA_OBJ_DIR)/dmx.h.xml: $(srctree)/include/uapi/linux/dvb/dmx.h $(MEDIA_OBJ_DIR)/v4l2.xml
262 $(MEDIA_OBJ_DIR)/frontend.h.xml: $(srctree)/include/uapi/linux/dvb/frontend.h $(MEDIA_OBJ_DIR)/v4l2.xml
278 $(MEDIA_OBJ_DIR)/net.h.xml: $(srctree)/include/uapi/linux/dvb/net.h $(MEDIA_OBJ_DIR)/v4l2.xml
289 $(MEDIA_OBJ_DIR)/video.h.xml: $(srctree)/include/uapi/linux/dvb/video.h $(MEDIA_OBJ_DIR)/v4l2.xml
/linux-4.4.14/tools/lib/bpf/
H A DMakefile60 ifeq ($(srctree),)
61 srctree := $(patsubst %/,%,$(dir $(shell pwd))) macro
62 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
63 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
64 #$(info Determined 'srctree' to be $(srctree))
71 INCLUDES = -I. -I$(srctree)/tools/include -I$(srctree)/arch/$(ARCH)/include/uapi -I$(srctree)/include/uapi
74 include $(srctree)/tools/build/Makefile.feature
128 export srctree OUTPUT CC LD CFLAGS V
129 include $(srctree)/tools/build/Makefile.include
178 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
/linux-4.4.14/tools/lib/lockdep/
H A DMakefile52 ifeq ($(srctree),)
53 srctree := $(patsubst %/,%,$(dir $(shell pwd))) macro
54 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
55 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
56 #$(info Determined 'srctree' to be $(srctree))
98 export srctree OUTPUT CC LD CFLAGS V
99 include $(srctree)/tools/build/Makefile.include
/linux-4.4.14/arch/cris/boot/rescue/
H A DMakefile6 # ccflags-$(CONFIG_ETRAX_ARCH_V32) += -I$(srctree)/include/asm/arch/mach/ \
7 # -I$(srctree)/include/asm/arch
8 # asflags-y += -I $(srctree)/include/asm/arch/mach/ -I $(srctree)/include/asm/arch
16 ldflags-y += -T $(srctree)/$(src)/rescue_$(arch-y).lds
/linux-4.4.14/drivers/media/v4l2-core/
H A DMakefile43 ccflags-y += -I$(srctree)/drivers/media/dvb-core
44 ccflags-y += -I$(srctree)/drivers/media/dvb-frontends
45 ccflags-y += -I$(srctree)/drivers/media/tuners
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
H A DMakefile43 ccflags-y += -I$(srctree)/drivers/media/dvb-core
44 ccflags-y += -I$(srctree)/drivers/media/dvb-frontends
45 ccflags-y += -I$(srctree)/drivers/media/tuners
46 ccflags-y += -I$(srctree)/drivers/media/common
/linux-4.4.14/arch/xtensa/boot/dts/
H A DMakefile15 dtstree := $(srctree)/$(src)
/linux-4.4.14/arch/xtensa/boot/lib/
H A DMakefile21 $(addprefix $(obj)/,$(zlib)): $(obj)/%: $(srctree)/lib/zlib_inflate/%
/linux-4.4.14/arch/metag/boot/dts/
H A DMakefile15 dtstree := $(srctree)/$(src)
/linux-4.4.14/arch/mips/boot/dts/
H A DMakefile13 dtstree := $(srctree)/$(src)
/linux-4.4.14/arch/arm/plat-omap/
H A DMakefile5 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-omap/include
/linux-4.4.14/arch/arm/mach-spear/
H A DMakefile5 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include
/linux-4.4.14/arch/arm/mach-vexpress/
H A DMakefile5 -I$(srctree)/arch/arm/plat-versatile/include
/linux-4.4.14/Documentation/mic/mpssd/
H A DMakefile10 HOSTCFLAGS += -I$(objtree)/usr/include -I$(srctree)/tools/include
/linux-4.4.14/scripts/package/
H A DMakefile31 MKSPEC := $(srctree)/scripts/package/mkspec
35 if test "$(objtree)" != "$(srctree)"; then \
41 $(srctree)/scripts/setlocalversion --save-scmversion; \
42 ln -sf $(srctree) $(2); \
53 $(CONFIG_SHELL) $(srctree)/scripts/mkversion > $(objtree)/.tmp_version
63 $(CONFIG_SHELL) $(srctree)/scripts/mkversion > $(objtree)/.tmp_version
88 $(srctree)/scripts/package/builddeb $@
107 $(CONFIG_SHELL) $(srctree)/scripts/package/buildtar $@
119 git --git-dir=$(srctree)/.git archive --prefix=$(perf-tar)/ \
120 HEAD^{tree} $$(cd $(srctree); \
121 echo $$(cat $(srctree)/tools/perf/MANIFEST)) \
124 git --git-dir=$(srctree)/.git rev-parse HEAD > $(perf-tar)/HEAD; \
125 (cd $(srctree)/tools/perf; \
H A Dbuilddeb153 if grep -q dtbs_install "${srctree}/arch/$SRCARCH/Makefile"; then
324 (cd $srctree; find . -name Makefile\* -o -name Kconfig\* -o -name \*.pl) > "$objtree/debian/hdrsrcfiles"
325 (cd $srctree; find arch/$SRCARCH/include include scripts -type f) >> "$objtree/debian/hdrsrcfiles"
326 (cd $srctree; find arch/$SRCARCH -name module.lds -o -name Kbuild.platforms -o -name Platform) >> "$objtree/debian/hdrsrcfiles"
327 (cd $srctree; find $(find arch/$SRCARCH -name include -o -name scripts -type d) -type f) >> "$objtree/debian/hdrsrcfiles"
331 (cd $srctree; tar -c -f - -T -) < "$objtree/debian/hdrsrcfiles" | (cd $destdir; tar -xf -)
/linux-4.4.14/drivers/usb/gadget/function/
H A DMakefile5 ccflags-y := -I$(srctree)/drivers/usb/gadget/
6 ccflags-y += -I$(srctree)/drivers/usb/gadget/udc/
/linux-4.4.14/drivers/media/tuners/
H A DMakefile45 ccflags-y += -I$(srctree)/drivers/media/dvb-core
46 ccflags-y += -I$(srctree)/drivers/media/dvb-frontends
/linux-4.4.14/arch/x86/lib/
H A DMakefile5 inat_tables_script = $(srctree)/arch/x86/tools/gen-insn-attr-x86.awk
6 inat_tables_maps = $(srctree)/arch/x86/lib/x86-opcode-map.txt
/linux-4.4.14/arch/arm64/boot/
H A DMakefile38 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \
42 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \
/linux-4.4.14/net/wireless/
H A DMakefile23 @$(AWK) -f $(srctree)/$(src)/genregdb.awk < $< > $@
/linux-4.4.14/security/tomoyo/
H A DMakefile6 $(objtree)/scripts/basic/bin2c <$(firstword $(wildcard $(obj)/policy/$(1).conf $(srctree)/$(src)/policy/$(1).conf.default) /dev/null); \
/linux-4.4.14/arch/s390/boot/
H A DMakefile25 sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/bzImage \
/linux-4.4.14/arch/arm64/boot/dts/
H A DMakefile19 dtstree := $(srctree)/$(src)
/linux-4.4.14/scripts/kconfig/
H A DMakefile42 $(Q)perl $< --$@ $(srctree) $(Kconfig) > .tmp.config
62 --files-from=$(srctree)/scripts/kconfig/POTFILES.in \
63 --directory=$(srctree) --directory=$(objtree) \
66 $(Q)(for i in `ls $(srctree)/arch/*/Kconfig \
67 $(srctree)/arch/*/um/Kconfig`; \
100 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),)
105 $(Q)$(MAKE) -f $(srctree)/Makefile $(KBUILD_DEFCONFIG)
112 configfiles=$(wildcard $(srctree)/kernel/configs/$@ $(srctree)/arch/$(SRCARCH)/configs/$@)
116 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m .config $(configfiles)
117 +$(Q)yes "" | $(MAKE) -f $(srctree)/Makefile oldconfig
129 $(Q)$(MAKE) -f $(srctree)/Makefile allnoconfig tiny.config
158 check-lxdialog := $(srctree)/$(src)/lxdialog/check-lxdialog.sh
204 HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(srctree)/$(src)/check.sh $(HOSTCC) $(HOSTCFLAGS))
293 $(Q)intltool-extract --type=gettext/glade --srcdir=$(srctree) \
H A Dlkc.h26 #define SRCTREE "srctree" bind_textdomain_codeset()
/linux-4.4.14/arch/arm/boot/
H A DMakefile99 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" \
103 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" \
107 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" \
111 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" \
115 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" \
/linux-4.4.14/arch/ia64/
H A DMakefile25 KBUILD_LDFLAGS_MODULE += -T $(srctree)/arch/ia64/module.lds
33 GAS_STATUS = $(shell $(srctree)/arch/ia64/scripts/check-gas "$(CC)" "$(OBJDUMP)")
34 KBUILD_CPPFLAGS += $(shell $(srctree)/arch/ia64/scripts/toolchain-flags "$(CC)" "$(OBJDUMP)" "$(READELF)")
78 -$(Q)READELF=$(READELF) $(PYTHON) $(srctree)/arch/ia64/scripts/unwcheck.py $<
89 sh $(srctree)/arch/ia64/install.sh $(KERNELRELEASE) $< System.map "$(INSTALL_PATH)"
/linux-4.4.14/tools/lib/traceevent/
H A DMakefile88 ifeq ($(srctree),)
89 srctree := $(patsubst %/,%,$(dir $(shell pwd))) macro
90 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
91 srctree := $(patsubst %/,%,$(dir $(srctree))) macro
92 #$(info Determined 'srctree' to be $(srctree))
117 INCLUDES = -I. -I $(srctree)/tools/include $(CONFIG_INCLUDES)
142 export srctree OUTPUT CC LD CFLAGS V
143 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
/linux-4.4.14/arch/um/
H A DMakefile32 MODE_INCLUDE += -I$(srctree)/$(ARCH_DIR)/include/shared/skas
52 ARCH_INCLUDE := -I$(srctree)/$(SHARED_HEADERS)
53 ARCH_INCLUDE += -I$(srctree)/$(HOST_DIR)/um/shared
54 KBUILD_CPPFLAGS += -I$(srctree)/$(HOST_DIR)/um
73 -D_FILE_OFFSET_BITS=64 -idirafter $(srctree)/include \
79 KBUILD_CPPFLAGS += -I$(srctree)/$(HOST_DIR)/include \
80 -I$(srctree)/$(HOST_DIR)/include/uapi \
/linux-4.4.14/arch/arm/boot/compressed/
H A DMakefile15 FONTC = $(srctree)/lib/fonts/font_acorn_8x8.c
82 $(addprefix $(obj)/,$(libfdt) $(libfdt_hdrs)): $(obj)/%: $(srctree)/scripts/dtc/libfdt/%
135 $(obj)/lib1funcs.S: $(srctree)/arch/$(SRCARCH)/lib/lib1funcs.S
141 $(obj)/ashldi3.S: $(srctree)/arch/$(SRCARCH)/lib/ashldi3.S
147 $(obj)/bswapsdi2.S: $(srctree)/arch/$(SRCARCH)/lib/bswapsdi2.S
187 $(obj)/hyp-stub.S: $(srctree)/arch/$(SRCARCH)/kernel/hyp-stub.S
/linux-4.4.14/
H A DMakefile201 srctree := . macro
205 srctree := .. macro
207 srctree := $(KBUILD_SRC) macro
211 src := $(srctree)
214 VPATH := $(srctree)$(if $(KBUILD_EXTMOD),:$(KBUILD_EXTMOD))
216 export srctree objtree VPATH
372 -I$(srctree)/arch/$(hdr-arch)/include/uapi \
374 -I$(srctree)/include/uapi \
376 -include $(srctree)/include/linux/kconfig.h
381 -I$(srctree)/arch/$(hdr-arch)/include \
384 $(if $(KBUILD_SRC), -I$(srctree)/include) \
401 KBUILD_LDFLAGS_MODULE := -T $(srctree)/scripts/module-common.lds
451 $(Q)ln -fsn $(srctree) source
452 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkmakefile \
453 $(srctree) $(objtree) $(VERSION) $(PATCHLEVEL)
459 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
461 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
512 $(MAKE) -f $(srctree)/Makefile $$i; \
573 $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig
775 ifeq ($(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-goto.sh $(CC)), y)
919 $(Q)$(MAKE) -f $(srctree)/Makefile headers_check
928 $(Q)ln -fsn `cd $(srctree) && /bin/pwd`/scripts/gdb/vmlinux-gdb.py
947 echo "$(KERNELVERSION)$$($(CONFIG_SHELL) $(srctree)/scripts/setlocalversion $(srctree))"
966 # 1) Check that make has not been executed in the kernel src $(srctree)
969 @$(kecho) ' Using $(srctree) as source for kernel'
970 $(Q)if [ -f $(srctree)/.config -o -d $(srctree)/include/config ]; then \
971 echo >&2 " $(srctree) is not clean, please run 'make mrproper'"; \
972 echo >&2 " in the '$(srctree)' directory.";\
1013 $(version_h): $(srctree)/Makefile FORCE
1022 $(Q)find $(srctree)/include/ -name '*.h' | xargs --max-args 1 \
1023 $(srctree)/scripts/headerdep.pl -I$(srctree)/include
1033 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_install
1056 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/headers.sh install
1060 $(if $(wildcard $(srctree)/arch/$(hdr-arch)/include/uapi/asm/Kbuild),, \
1067 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/headers.sh check
1103 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
1104 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_modbuild
1126 @ln -s `cd $(srctree) && /bin/pwd` $(MODLIB)/source
1133 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modinst
1140 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_modinst
1146 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modsign
1194 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/link-vmlinux.sh clean
1217 @find $(srctree) $(RCS_FIND_IGNORE) \
1240 boards := $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*_defconfig)
1242 board-dirs := $(dir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*/*_defconfig))
1253 @$(MAKE) -f $(srctree)/scripts/kconfig/Makefile help
1285 @$(MAKE) -f $(srctree)/scripts/Makefile.help checker-help
1297 @$(MAKE) -f $(srctree)/Documentation/DocBook/Makefile dochelp
1333 boards-per-dir = $(sort $(notdir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/$*/*_defconfig)))
1389 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
1398 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modinst
1444 cmd_tags = $(CONFIG_SHELL) $(srctree)/scripts/tags.sh $@
1455 find $(srctree)/* $(RCS_FIND_IGNORE) \
1457 | xargs $(PERL) -w $(srctree)/scripts/checkincludes.pl
1460 find $(srctree)/* $(RCS_FIND_IGNORE) \
1462 | xargs $(PERL) -w $(srctree)/scripts/checkversion.pl
1465 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/$@
1468 $(PERL) $(srctree)/scripts/namespace.pl
1471 $(PERL) $(srctree)/scripts/export_report.pl
1492 @echo "$(KERNELVERSION)$$($(CONFIG_SHELL) $(srctree)/scripts/setlocalversion $(srctree))"
1558 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
1571 cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \
/linux-4.4.14/arch/xtensa/
H A DMakefile67 KBUILD_CPPFLAGS += $(patsubst %,-I$(srctree)/%include,$(vardirs) $(plfdirs))
74 buildvar := $(shell test -e $(srctree)/arch/xtensa/variants/$(VARIANT)/Makefile && echo arch/xtensa/variants/$(VARIANT)/)
75 buildplf := $(shell test -e $(srctree)/arch/xtensa/platforms/$(PLATFORM)/Makefile && echo arch/xtensa/platforms/$(PLATFORM)/)
/linux-4.4.14/drivers/tty/serial/8250/
H A DMakefile32 CFLAGS_8250_ingenic.o += -I$(srctree)/scripts/dtc/libfdt
/linux-4.4.14/drivers/media/usb/dvb-usb/
H A DMakefile79 ccflags-y += -I$(srctree)/drivers/media/dvb-core
80 ccflags-y += -I$(srctree)/drivers/media/dvb-frontends/
82 ccflags-y += -I$(srctree)/drivers/media/tuners
83 ccflags-y += -I$(srctree)/drivers/media/pci/ttpci
/linux-4.4.14/init/
H A DMakefile35 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkcompile_h $@ \
/linux-4.4.14/security/apparmor/
H A DMakefile65 $(obj)/capability_names.h : $(srctree)/include/uapi/linux/capability.h \
68 $(obj)/rlim_names.h : $(srctree)/include/uapi/asm-generic/resource.h \
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
H A DMakefile17 SPU_CFLAGS := -O2 -Wall -I$(srctree)/include -D__KERNEL__
18 SPU_AFLAGS := -c -D__ASSEMBLY__ -I$(srctree)/include -D__KERNEL__
/linux-4.4.14/drivers/media/dvb-frontends/
H A DMakefile5 ccflags-y += -I$(srctree)/drivers/media/dvb-core/
6 ccflags-y += -I$(srctree)/drivers/media/tuners/
10 ccflags-y += -I$(srctree)/drivers/media/usb/dvb-usb-v2
/linux-4.4.14/arch/xtensa/boot/boot-redboot/
H A DMakefile13 LD_ARGS = -T $(srctree)/$(obj)/boot.ld
/linux-4.4.14/arch/mips/lasat/image/
H A DMakefile17 LDSCRIPT= -L$(srctree)/$(src) -Tromscript.normal
/linux-4.4.14/arch/powerpc/boot/
H A DMakefile46 BOOTCFLAGS += -I$(obj) -I$(srctree)/$(obj)
137 $(addprefix $(obj)/,$(zlib)): $(obj)/%: $(srctree)/lib/zlib_inflate/%
140 $(addprefix $(obj)/,$(zlibheader)): $(obj)/%: $(srctree)/lib/zlib_inflate/%
143 $(addprefix $(obj)/,$(zliblinuxheader)): $(obj)/%: $(srctree)/include/linux/%
149 $(addprefix $(obj)/,$(libfdt) $(libfdtheader)): $(obj)/%: $(srctree)/scripts/dtc/libfdt/%
155 $(obj)/zImage.lds: $(obj)/%: $(srctree)/$(src)/%.S
159 $(obj)/zImage.coff.lds $(obj)/zImage.ps3.lds : $(obj)/%: $(srctree)/$(src)/%.S
175 $(obj-libfdt): $(obj)/%.o: $(srctree)/scripts/dtc/libfdt/%.c FORCE
193 dtstree := $(srctree)/$(src)/dts
195 wrapper :=$(srctree)/$(src)/wrapper
398 sh -x $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" vmlinux System.map "$(INSTALL_PATH)"
402 sh -x $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" vmlinux System.map "$(INSTALL_PATH)" $^
435 cmd_install_dts = $(INSTALL) -m0644 $(patsubst $(DESTDIR)$(WRAPPER_DTSDIR)/%,$(srctree)/$(obj)/dts/%,$@) $@
441 cmd_install_wrapper = $(INSTALL) -m0755 $(patsubst $(DESTDIR)$(WRAPPER_BINDIR)/%,$(srctree)/$(obj)/%,$@) $@ ;\
455 $(dts-installed) : $(DESTDIR)$(WRAPPER_DTSDIR)/% : $(srctree)/$(obj)/dts/% | $(DESTDIR)$(WRAPPER_DTSDIR)
458 $(wrapper-installed): $(DESTDIR)$(WRAPPER_BINDIR) $(srctree)/$(obj)/wrapper | $(DESTDIR)$(WRAPPER_BINDIR)
H A Dwrapper49 MKIMAGE=$srctree/scripts/mkuboot.sh
/linux-4.4.14/arch/mn10300/
H A DMakefile98 KBUILD_CPPFLAGS += -I$(srctree)/arch/mn10300/proc-$(PROCESSOR)/include
99 KBUILD_CPPFLAGS += -I$(srctree)/arch/mn10300/unit-$(UNIT)/include
/linux-4.4.14/Documentation/DocBook/
H A DMakefile69 KERNELDOCXMLREF = $(srctree)/scripts/kernel-doc-xml-ref
70 KERNELDOC = $(srctree)/scripts/kernel-doc
79 XMLTOFLAGS = -m $(srctree)/$(src)/stylesheet.xsl
90 cmd_docproc = SRCTREE=$(srctree)/ $(DOCPROC) doc $< >$@
97 echo $@: `SRCTREE=$(srctree) $(DOCPROC) depend $<`; \
/linux-4.4.14/arch/x86/boot/compressed/
H A DMakefile41 HOST_EXTRACFLAGS += -I$(srctree)/tools/include
96 $(CONFIG_SHELL) $(srctree)/arch/x86/tools/calc_run_size.sh)
/linux-4.4.14/certs/
H A DMakefile14 # Cope with signing_key.x509 existing in $(srctree) not $(objtree)
15 AFLAGS_system_certificates.o := -I$(srctree)
/linux-4.4.14/drivers/firmware/efi/libstub/
H A DMakefile17 cflags-$(CONFIG_EFI_ARMSTUB) += -I$(srctree)/scripts/dtc/libfdt
31 $(obj)/lib-%.o: $(srctree)/lib/%.c FORCE
/linux-4.4.14/tools/perf/config/
H A DMakefile3 src-perf := $(srctree)/tools/perf
109 FEATURE_CHECK_CFLAGS-bpf = -I. -I$(srctree)/tools/include -I$(srctree)/arch/$(ARCH)/include/uapi -I$(srctree)/include/uapi
186 include $(srctree)/tools/build/Makefile.feature
200 CFLAGS += -I$(srctree)/tools/include/
201 CFLAGS += -I$(srctree)/arch/$(ARCH)/include/uapi
202 CFLAGS += -I$(srctree)/arch/$(ARCH)/include
203 CFLAGS += -I$(srctree)/include/uapi
204 CFLAGS += -I$(srctree)/include
215 CFLAGS += -I$(srctree)/tools/lib/
/linux-4.4.14/drivers/net/wan/
H A DMakefile50 $(CPP) -D__ASSEMBLY__ -Wp,-MD,$(depfile) -I$(srctree)/include/uapi $< | $(AS68K) -m68360 -o $(obj)/wanxlfw.o; \
/linux-4.4.14/arch/unicore32/boot/compressed/
H A DMakefile20 $(obj)/font.c: $(srctree)/lib/fonts/font_8x8.c
/linux-4.4.14/arch/x86/entry/vdso/
H A DMakefile52 HOST_EXTRACFLAGS += -I$(srctree)/tools/include -I$(srctree)/include/uapi -I$(srctree)/arch/x86/include/uapi
163 sh $(srctree)/$(src)/checkundef.sh '$(NM)' '$@'
/linux-4.4.14/arch/x86/kernel/cpu/
H A DMakefile65 cmd_mkcapflags = $(CONFIG_SHELL) $(srctree)/$(src)/mkcapflags.sh $< $@
/linux-4.4.14/arch/x86/realmode/rm/
H A DMakefile70 -I$(srctree)/arch/x86/boot
/linux-4.4.14/arch/sh/boot/compressed/
H A DMakefile46 lib1funcs-dir := $(srctree)/arch/$(SRCARCH)/lib
/linux-4.4.14/arch/sparc/boot/
H A DMakefile74 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(obj)/zImage \
/linux-4.4.14/arch/nios2/boot/
H A DMakefile59 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(BOOTIMAGE) System.map "$(INSTALL_PATH)"
/linux-4.4.14/arch/arm64/kernel/vdso/
H A DMakefile42 gen-vdsosym := $(srctree)/$(src)/gen_vdso_offsets.sh
/linux-4.4.14/arch/avr32/boot/images/
H A DMakefile54 sh $(srctree)/install-kernel.sh $<
/linux-4.4.14/drivers/video/logo/
H A DMakefile25 $(wildcard $(srctree)/$(src)/*$(1).$(2))))
/linux-4.4.14/tools/perf/util/
H A Dsetup.py25 src_perf = getenv('srctree') + '/tools/perf'
/linux-4.4.14/usr/
H A DMakefile41 initramfs := $(CONFIG_SHELL) $(srctree)/scripts/gen_initramfs_list.sh
/linux-4.4.14/lib/
H A DMakefile201 $(obj)/oid_registry_data.c: $(srctree)/include/linux/oid_registry.h \
206 cmd_build_OID_registry = perl $(srctree)/$(src)/build_OID_registry $< $@
/linux-4.4.14/arch/x86/um/vdso/
H A DMakefile75 sh $(srctree)/$(src)/checkundef.sh '$(NM)' '$@'
/linux-4.4.14/arch/cris/
H A DMakefile73 SRC_ARCH = $(srctree)/arch/cris
/linux-4.4.14/samples/bpf/
H A DMakefile68 LLC=$(srctree)/tools/bpf/llvm/bld/Debug+Asserts/bin/llc
/linux-4.4.14/arch/avr32/
H A DMakefile29 KBUILD_CPPFLAGS += $(patsubst %,-I$(srctree)/%include,$(machdirs))
/linux-4.4.14/arch/blackfin/boot/
H A DMakefile71 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(BOOTIMAGE) System.map "$(INSTALL_PATH)"
/linux-4.4.14/arch/powerpc/
H A DMakefile174 -T $(srctree)/arch/powerpc/platforms/44x/ppc476_modules.lds
279 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh \
280 -m -O $(objtree) $(srctree)/arch/$(ARCH)/configs/$(1) \
281 $(foreach config,$(2),$(srctree)/arch/$(ARCH)/configs/$(config).config)
282 +$(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
/linux-4.4.14/arch/alpha/boot/
H A DMakefile18 BOOTCFLAGS += -I$(obj) -I$(srctree)/$(obj)
/linux-4.4.14/lib/raid6/
H A DMakefile14 cmd_unroll = $(AWK) -f$(srctree)/$(src)/unroll.awk -vN=$(UNROLL) \
/linux-4.4.14/arch/mips/boot/compressed/
H A DMakefile15 include $(srctree)/arch/mips/Kbuild.platforms
/linux-4.4.14/arch/x86/boot/
H A DMakefile43 HOST_EXTRACFLAGS += -I$(srctree)/tools/include \
188 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(obj)/bzImage \
/linux-4.4.14/arch/m68k/
H A DMakefile74 KBUILD_LDFLAGS_MODULE += -T $(srctree)/arch/m68k/kernel/module.lds
161 sh $(srctree)/arch/m68k/install.sh $(KERNELRELEASE) vmlinux.gz System.map "$(INSTALL_PATH)"
/linux-4.4.14/arch/arm/mach-omap2/
H A DMakefile5 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include \
6 -I$(srctree)/arch/arm/plat-omap/include
/linux-4.4.14/arch/parisc/
H A DMakefile24 NM = sh $(srctree)/arch/parisc/nm
/linux-4.4.14/arch/blackfin/
H A DMakefile134 KBUILD_CPPFLAGS += $(patsubst %,-I$(srctree)/%include,$(machdirs))
/linux-4.4.14/tools/
H A DMakefile3 export srctree= macro
/linux-4.4.14/arch/x86/
H A DMakefile20 CODE16GCC_CFLAGS := -m32 -Wa,$(srctree)/arch/x86/boot/code16gcc.h
131 cc_has_sp := $(srctree)/scripts/gcc-x86_$(BITS)-has-stack-protector.sh
/linux-4.4.14/firmware/
H A DMakefile6 # leading /, it's relative to $(srctree).
8 fwabs := $(addprefix $(srctree)/,$(filter-out /%,$(fwdir)))$(filter /%,$(fwdir))
/linux-4.4.14/arch/arm/
H A DMakefile23 LDFLAGS_MODULE += -T $(srctree)/arch/arm/kernel/module.lds
265 KBUILD_CPPFLAGS += $(patsubst %,-I$(srctree)/%include,$(machdirs) $(platdirs))
/linux-4.4.14/arch/mips/
H A DMakefile239 cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
/linux-4.4.14/arch/arm/boot/dts/
H A DMakefile782 dtstree := $(srctree)/$(src)

Completed in 3434 milliseconds