7 lines
209 B
Makefile
7 lines
209 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
|
|
|
# make supports esp32 only
|
|
COMPONENT_ADD_INCLUDEDIRS := include include/esp32
|