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:
parent
291922be34
commit
1c816a9601
@ -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 ''
|
||||
|
Loading…
Reference in New Issue
Block a user