9 lines
128 B
Makefile
Executable file
9 lines
128 B
Makefile
Executable file
#
|
|
# Component Makefile
|
|
#
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := include
|
|
|
|
COMPONENT_SRCDIRS := src
|
|
|
|
include $(SDK_PATH)/make/component.mk
|