README: added info about partial build
This commit is contained in:
committed by
Nicolas Schodet
parent
ed2aada3e8
commit
34eb368b29
4
Makefile
4
Makefile
@@ -124,5 +124,7 @@ genlinktests.clean:
|
|||||||
printf " TEST FAIL : $*\n"; \
|
printf " TEST FAIL : $*\n"; \
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
list-targets:
|
||||||
|
@echo $(TARGETS)
|
||||||
|
|
||||||
.PHONY: build lib $(LIB_DIRS) doc clean generatedheaders cleanheaders stylecheck genlinktests genlinktests.clean
|
.PHONY: build lib $(LIB_DIRS) doc clean generatedheaders cleanheaders stylecheck genlinktests genlinktests.clean list-targets
|
||||||
|
|||||||
@@ -103,6 +103,14 @@ For a more verbose build you can use
|
|||||||
|
|
||||||
$ make V=1
|
$ make V=1
|
||||||
|
|
||||||
|
You can reduce the build time by specifying a particular MCU series
|
||||||
|
|
||||||
|
$ make TARGETS='stm32/f1 stm32/f4'
|
||||||
|
|
||||||
|
Supported targets can be listed using:
|
||||||
|
|
||||||
|
$ make list-targets
|
||||||
|
|
||||||
Fine-tuning the build
|
Fine-tuning the build
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user