Lines Matching full:build
1 # overrideable build dir, default is in-place
172 ## Build littlefs
173 .PHONY: all build
174 all build: $(TARGET) target
176 ## Build assembly files
356 ## Build the test-runner
357 .PHONY: test-runner build-test
358 test-runner build-test: CFLAGS+=-Wno-missing-prototypes
360 test-runner build-test: CFLAGS+=--coverage
363 test-runner build-test: CFLAGS+=-fno-omit-frame-pointer
366 test-runner build-test: CFLAGS+=-fno-omit-frame-pointer
370 test-runner build-test: $(TEST_RUNNER)
408 ## Build the bench-runner
409 .PHONY: bench-runner build-bench
410 bench-runner build-bench: CFLAGS+=-Wno-missing-prototypes
412 bench-runner build-bench: CFLAGS+=--coverage
415 bench-runner build-bench: CFLAGS+=-fno-omit-frame-pointer
418 bench-runner build-bench: CFLAGS+=-fno-omit-frame-pointer
422 bench-runner build-bench: $(BENCH_RUNNER)
517 # our main build rule generates .o, .d, and .ci files, the latter