Searched refs:srctree (Results 1 – 13 of 13) sorted by relevance
/tools/lib/api/ |
D | Makefile | 4 ifeq ($(srctree),) 5 srctree := $(patsubst %/,%,$(dir $(shell pwd))) macro 6 srctree := $(patsubst %/,%,$(dir $(srctree))) macro 7 srctree := $(patsubst %/,%,$(dir $(srctree))) macro 28 export srctree OUTPUT CC LD CFLAGS V 29 include $(srctree)/tools/build/Makefile.include
|
/tools/build/ |
D | Makefile | 1 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
|
D | Makefile.include | 1 build := -f $(srctree)/tools/build/Makefile.build dir=. obj 7 $(Q)$(MAKE) -C $(srctree)/tools/build fixdep
|
D | Makefile.build | 32 build-dir := $(srctree)/tools/build
|
D | Makefile.feature | 1 feature_dir := $(srctree)/tools/build/feature
|
/tools/build/tests/ex/ |
D | Makefile | 1 export srctree := $(abspath ../../../..) macro 8 include $(srctree)/tools/build/Makefile.include 14 make -f $(srctree)/tools/build/Makefile.build dir=. $@
|
/tools/lib/bpf/ |
D | Makefile | 64 #$(info Determined 'srctree' to be $(srctree)) 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
|
/tools/perf/ |
D | Makefile.perf | 87 ifeq ($(srctree),) 88 srctree := $(patsubst %/,%,$(dir $(shell pwd))) 89 srctree := $(patsubst %/,%,$(dir $(srctree))) 148 LIB_DIR = $(srctree)/tools/lib/api/ 149 TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/ 150 BPF_DIR = $(srctree)/tools/lib/bpf/ 309 export srctree OUTPUT RM CC LD AR CFLAGS V BISON FLEX AWK 310 include $(srctree)/tools/build/Makefile.include 380 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ 383 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ [all …]
|
/tools/lib/lockdep/ |
D | Makefile | 56 #$(info Determined 'srctree' to be $(srctree)) 98 export srctree OUTPUT CC LD CFLAGS V 99 include $(srctree)/tools/build/Makefile.include
|
/tools/lib/traceevent/ |
D | Makefile | 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
|
/tools/perf/config/ |
D | Makefile | 3 src-perf := $(srctree)/tools/perf 109 FEATURE_CHECK_CFLAGS-bpf = -I. -I$(srctree)/tools/include -I$(srctree)/arch/$(ARCH)/include/uapi -I… 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)/tools/arch/$(ARCH)/include 204 CFLAGS += -I$(srctree)/include/uapi 205 CFLAGS += -I$(srctree)/include 216 CFLAGS += -I$(srctree)/tools/lib/
|
/tools/ |
D | Makefile | 3 export srctree= macro
|
/tools/build/Documentation/ |
D | Build.txt | 27 $ make -f tools/build/Makefile.build srctree=$(KSRC) dir=$(DIR) obj=$(OBJECT) 110 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
|