10 lines
124 B
Makefile
10 lines
124 B
Makefile
|
#
|
||
|
# Component Makefile
|
||
|
#
|
||
|
|
||
|
COMPONENT_SRCDIRS := .
|
||
|
|
||
|
#COMPONENT_ADD_INCLUDEDIRS := include
|
||
|
|
||
|
COMPONENT_ADD_LDFLAGS := -lpthread
|