mirror of
https://github.com/espressif/esp-idf
synced 2025-03-11 10:09:08 -04:00
9 lines
156 B
Makefile
9 lines
156 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := port/include include
|
|
|
|
COMPONENT_SRCDIRS := library port
|
|
|
|
include $(IDF_PATH)/make/component_common.mk |