Home
last modified time | relevance | path

Searched refs:KBUILD_OUTPUT (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/Documentation/ptp/
Dtestptp.mk20 INC = -I$(KBUILD_OUTPUT)/usr/include
/linux-4.1.27/
DMakefile121 KBUILD_OUTPUT := $(O) macro
131 ifneq ($(KBUILD_OUTPUT),)
134 saved-output := $(KBUILD_OUTPUT)
135 KBUILD_OUTPUT := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) \ macro
137 $(if $(KBUILD_OUTPUT),, \
146 $(Q)$(MAKE) -C $(KBUILD_OUTPUT) KBUILD_SRC=$(CURDIR) \
/linux-4.1.27/Documentation/kbuild/
Dkbuild.txt74 KBUILD_OUTPUT
78 Setting "O=..." takes precedence over KBUILD_OUTPUT.