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