Lines Matching full:build
74 # Makefile to avoid test build failures when test
75 # Makefile doesn't have explicit build rules.
89 BUILD := $(O) macro
92 BUILD := $(KBUILD_OUTPUT)/kselftest macro
94 BUILD := $(shell pwd) macro
104 export BUILD
106 # build and run gpio when output directory is the src dir.
132 # Local build cases: "make kselftest", "make -C" - headers are installed
138 $(MAKE) --no-builtin-rules INSTALL_HDR_PATH=$$BUILD/usr \
144 BUILD_TARGET=$$BUILD/$$TARGET; \
151 BUILD_TARGET=$$BUILD/$$TARGET; \
157 BUILD_TARGET=$$BUILD/$$TARGET; \
163 BUILD_TARGET=$$BUILD/$$TARGET; \
169 BUILD_TARGET=$$BUILD/$$TARGET; \
176 # Use $BUILD as the default install root. $BUILD points to the
183 KSFT_INSTALL_PATH ?= $(BUILD)/kselftest_install
196 BUILD_TARGET=$$BUILD/$$TARGET; \
212 @# they could be the result of a build failure and should NOT be
215 BUILD_TARGET=$$BUILD/$$TARGET; \
233 BUILD_TARGET=$$BUILD/$$TARGET; \