mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-29 04:21:06 +00:00
9 lines
307 B
Makefile
9 lines
307 B
Makefile
#
|
|
# Component Makefile. By default,
|
|
# this will take the sources in this directory, compile them and link them into
|
|
# lib(subdirectory_name).a in the build directory. This behaviour is entirely configurable,
|
|
# please read the SDK documents if you need to do this.
|
|
#
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := include
|
|
|