Lines Matching defs:KBUILD_OUTPUT
99 # Append kselftest to KBUILD_OUTPUT and O to avoid cluttering
100 # KBUILD_OUTPUT with selftest objects and headers installed
109 KBUILD_OUTPUT := $(O)
112 ifneq ($(KBUILD_OUTPUT),)
115 abs_objtree := $(shell cd $(top_srcdir) && mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
117 $(error failed to create output directory "$(KBUILD_OUTPUT)"))
154 # O= KBUILD_OUTPUT cases don't run into this error, since main Makefile
208 # 2. a separate output directory is specified using O= KBUILD_OUTPUT
209 # 3. a separate output directory is specified using KBUILD_OUTPUT