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

info-build: add INCLUDES to the output

Add INCLUDES to the output of info-build
This commit is contained in:
Gaëtan Harter 2018-03-01 15:21:16 +01:00
parent 291922be34
commit 1c816a9601

View File

@ -56,6 +56,8 @@ info-build:
@echo 'FEATURES_CONFLICT: $(FEATURES_CONFLICT)'
@echo 'FEATURES_CONFLICT_MSG: $(FEATURES_CONFLICT_MSG)'
@echo ''
@echo -e 'INCLUDES:$(patsubst %, \n\t%, $(INCLUDES))'
@echo ''
@echo 'CC: $(CC)'
@echo -e 'CFLAGS:$(patsubst %, \n\t%, $(CFLAGS))'
@echo ''