mirror of
https://github.com/m5stack/esp-adf.git
synced 2026-05-20 10:25:46 -07:00
9 lines
246 B
Makefile
9 lines
246 B
Makefile
#
|
|
# "main" pseudo-component makefile.
|
|
#
|
|
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
|
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := cloud_services/include include
|
|
COMPONENT_SRCDIRS := . cloud_services
|