]> granicus.if.org Git - esp-idf/commitdiff
examples: Update component.mk for new conventions
authorAngus Gratton <angus@espressif.com>
Wed, 16 Nov 2016 03:20:47 +0000 (14:20 +1100)
committerAngus Gratton <angus@espressif.com>
Wed, 16 Nov 2016 03:20:47 +0000 (14:20 +1100)
examples/01_hello_world/main/component.mk
examples/02_blink/main/component.mk
examples/03_http_request/main/component.mk
examples/04_https_request/main/component.mk
examples/05_ble_adv/main/component.mk
examples/06_sntp/main/component.mk
examples/07_nvs_rw_value/main/component.mk
examples/08_nvs_rw_blob/main/component.mk

index 4d3b30caf379ffdb14a2840a82052a8286201fae..0b9d7585e76877a6b3e3a3c81197a0ad8147b3df 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Main Makefile. This is basically the same as a component makefile.
+# "main" pseudo-component makefile.
 #
 # (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
 
index b4fa72791c7423f91fa017f0f94775c22ea2c7cc..a98f634eae065626088ba907b2cda16000478d5b 100644 (file)
@@ -1,4 +1,4 @@
 #
-# Main Makefile. This is basically the same as a component makefile.
+# "main" pseudo-component makefile.
 #
 # (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
index b4fa72791c7423f91fa017f0f94775c22ea2c7cc..a98f634eae065626088ba907b2cda16000478d5b 100644 (file)
@@ -1,4 +1,4 @@
 #
-# Main Makefile. This is basically the same as a component makefile.
+# "main" pseudo-component makefile.
 #
 # (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
index f4502c25db1182e988075ea82728c290101264d4..818e2a18220e7e9010d6fb060d048d2ce085c1ed 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Main Makefile. This is basically the same as a component makefile.
+# "main" pseudo-component makefile.
 #
 # (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
 
index b4fa72791c7423f91fa017f0f94775c22ea2c7cc..a98f634eae065626088ba907b2cda16000478d5b 100644 (file)
@@ -1,4 +1,4 @@
 #
-# Main Makefile. This is basically the same as a component makefile.
+# "main" pseudo-component makefile.
 #
 # (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
index b4fa72791c7423f91fa017f0f94775c22ea2c7cc..a98f634eae065626088ba907b2cda16000478d5b 100644 (file)
@@ -1,4 +1,4 @@
 #
-# Main Makefile. This is basically the same as a component makefile.
+# "main" pseudo-component makefile.
 #
 # (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
index d33485c26c64983e12058a18c129b0ef3f953d05..0b9d7585e76877a6b3e3a3c81197a0ad8147b3df 100644 (file)
@@ -1,2 +1,5 @@
+#
+# "main" pseudo-component makefile.
+#
+# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
 
-include $(IDF_PATH)/make/component_common.mk
index d33485c26c64983e12058a18c129b0ef3f953d05..0b9d7585e76877a6b3e3a3c81197a0ad8147b3df 100644 (file)
@@ -1,2 +1,5 @@
+#
+# "main" pseudo-component makefile.
+#
+# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
 
-include $(IDF_PATH)/make/component_common.mk