Skip to content

Commit d6b6702

Browse files
committed
Have Makefile echo what it get's from IDF
1 parent d85a859 commit d6b6702

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ PROJ_INCLUDES = $(filter-out $(PROJECT_PATH)/components/arduino/%,$(filter $(PRO
1414
PROJ_OUT = $(patsubst $(PROJECT_PATH)/components/%,%,$(PROJ_INCLUDES))
1515

1616
idf-libs: all
17+
@echo "All Includes: "$(COMPONENT_INCLUDES)
1718
@$(PROJECT_PATH)/tools/prepare-libs.sh $(IDF_OUT) $(PROJ_OUT)

0 commit comments

Comments
 (0)