build: Fix comments and avoid build warning

This commit is contained in:
Anton Maklakov
2017-04-14 12:00:59 +08:00
parent 32fc0a62b9
commit 079b0128de
7 changed files with 10 additions and 51 deletions
+2 -6
View File
@@ -1,8 +1,4 @@
#
# Main Makefile. This is basically the same as a component makefile.
#
# This Makefile should, at the very least, just include $(SDK_PATH)/make/component_common.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 ESP-IDF documents if you need to do this.
# "main" pseudo-component makefile.
#
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)