Lines Matching full:build
92 # implicit rules to sub-test Makefiles which avoids build failures in test
93 # Makefile that don't have explicit build rules.
107 BUILD := $(O)/kselftest macro
110 BUILD := $(KBUILD_OUTPUT)/kselftest macro
112 BUILD := $(shell pwd) macro
122 export BUILD
124 # build and run gpio when output directory is the src dir.
150 # Local build cases: "make kselftest", "make -C" - headers are installed
156 $(MAKE) --no-builtin-rules INSTALL_HDR_PATH=$$BUILD/usr \
163 BUILD_TARGET=$$BUILD/$$TARGET; \
172 BUILD_TARGET=$$BUILD/$$TARGET; \
178 BUILD_TARGET=$$BUILD/$$TARGET; \
184 BUILD_TARGET=$$BUILD/$$TARGET; \
190 BUILD_TARGET=$$BUILD/$$TARGET; \
197 # Use $BUILD as the default install root. $BUILD points to the
204 KSFT_INSTALL_PATH ?= $(BUILD)/kselftest_install
222 BUILD_TARGET=$$BUILD/$$TARGET; \
231 @# they could be the result of a build failure and should NOT be
234 BUILD_TARGET=$$BUILD/$$TARGET; \
253 BUILD_TARGET=$$BUILD/$$TARGET; \