README: added info about partial build

This commit is contained in:
Voronov Alexander
2020-12-29 19:17:21 +05:00
committed by Nicolas Schodet
parent ed2aada3e8
commit 34eb368b29
2 changed files with 11 additions and 1 deletions

View File

@@ -124,5 +124,7 @@ genlinktests.clean:
printf " TEST FAIL : $*\n"; \
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

View File

@@ -103,6 +103,14 @@ For a more verbose build you can use
$ 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
---------------------