mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 02:29:10 -04:00
10 lines
124 B
Makefile
10 lines
124 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
|
|
COMPONENT_SRCDIRS := .
|
|
|
|
#COMPONENT_ADD_INCLUDEDIRS := include
|
|
|
|
COMPONENT_ADD_LDFLAGS := -lpthread
|