Initial version of template application

This commit is contained in:
Ivan Grokhotkov
2016-08-18 22:31:54 +08:00
commit d4eb1d137f
7 changed files with 326 additions and 0 deletions

10
main/Makefile Normal file
View File

@@ -0,0 +1,10 @@
#
# Main Makefile. This is basically the same as a component makefile.
#
# This Makefile should, at the very least, just include $(SDK_PATH)/make/component.mk. By default,
# this will take the sources in the src/ 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.
#
include $(SDK_PATH)/make/component.mk