Home | History | Annotate | Download | only in selftests

Lines Matching refs:BUILD

48 # Makefile to avoid test build failures when test
49 # Makefile doesn't have explicit build rules.
55 BUILD := $(O)
56 ifndef BUILD
57 BUILD := $(KBUILD_OUTPUT)
59 ifndef BUILD
60 BUILD := $(shell pwd)
63 export BUILD
66 BUILD_TARGET=$$BUILD/$$TARGET; \
73 BUILD_TARGET=$$BUILD/$$TARGET; \
79 BUILD_TARGET=$$BUILD/$$TARGET; \
85 BUILD_TARGET=$$BUILD/$$TARGET; \
91 BUILD_TARGET=$$BUILD/$$TARGET; \
107 BUILD_TARGET=$$BUILD/$$TARGET; \
117 BUILD_TARGET=$$BUILD/$$TARGET; \
132 BUILD_TARGET=$$BUILD/$$TARGET; \