1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

make: add FEATURES_USED_BLACKLISTED to the build info

This commit is contained in:
Alexandre Abadie 2019-10-15 11:38:57 +02:00
parent a21743a0ac
commit ba0eb796fb
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -62,6 +62,8 @@ info-build:
@echo ' $(or $(FEATURES_MISSING), -none-)'
@echo 'FEATURES_BLACKLIST (blacklisted features):'
@echo ' $(or $(sort $(FEATURES_BLACKLIST)), -none-)'
@echo 'FEATURES_USED_BLACKLISTED (used but blacklisted features):'
@echo ' $(or $(sort $(FEATURES_USED_BLACKLISTED)), -none-)'
@echo ''
@echo 'FEATURES_CONFLICT: $(FEATURES_CONFLICT)'
@echo 'FEATURES_CONFLICT_MSG: $(FEATURES_CONFLICT_MSG)'