Lines Matching full:build
87 # BPF since it has cutting edge build time dependencies which require
102 # implicit rules to sub-test Makefiles which avoids build failures in test
103 # Makefile that don't have explicit build rules.
117 BUILD := $(O)/kselftest macro
120 BUILD := $(KBUILD_OUTPUT)/kselftest macro
122 BUILD := $(shell pwd) macro
132 export BUILD
151 # Local build cases: "make kselftest", "make -C" - headers are installed
157 $(MAKE) --no-builtin-rules INSTALL_HDR_PATH=$$BUILD/usr \
164 BUILD_TARGET=$$BUILD/$$TARGET; \
173 BUILD_TARGET=$$BUILD/$$TARGET; \
179 BUILD_TARGET=$$BUILD/$$TARGET; \
185 BUILD_TARGET=$$BUILD/$$TARGET; \
191 BUILD_TARGET=$$BUILD/$$TARGET; \
198 # Use $BUILD as the default install root. $BUILD points to the
205 KSFT_INSTALL_PATH ?= $(BUILD)/kselftest_install
223 BUILD_TARGET=$$BUILD/$$TARGET; \
232 @# they could be the result of a build failure and should NOT be
235 BUILD_TARGET=$$BUILD/$$TARGET; \
254 BUILD_TARGET=$$BUILD/$$TARGET; \