7 lines
205 B
Makefile
7 lines
205 B
Makefile
|
#
|
||
|
# "main" pseudo-component makefile.
|
||
|
#
|
||
|
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
||
|
|
||
|
COMPONENT_ADD_INCLUDEDIRS := include
|
||
|
COMPONENT_SRCDIRS := .
|