mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-15 06:18:36 +00:00
6 lines
163 B
Makefile
6 lines
163 B
Makefile
COMPONENT_ADD_INCLUDEDIRS := .
|
|
COMPONENT_SRCDIRS := .
|
|
ifdef CONFIG_APP_WIFI_SHOW_DEMO_INTRO_TEXT
|
|
CPPFLAGS += -D RMAKER_DEMO_PROJECT_NAME=\"$(PROJECT_NAME)\"
|
|
endif
|