]> granicus.if.org Git - esp-idf/commitdiff
mbedtls: Fix component Makefile
authorAngus Gratton <angus@espressif.com>
Mon, 5 Sep 2016 05:08:30 +0000 (15:08 +1000)
committerAngus Gratton <angus@espressif.com>
Mon, 5 Sep 2016 05:08:30 +0000 (15:08 +1000)
components/mbedtls/Makefile

index cbab87b424e83fe5efe0f4ef82204d3bec636e12..e44ce2b538decc8017349860e2fd4d3f89d3e3b8 100755 (executable)
@@ -1,14 +1,8 @@
 #
 # Component Makefile
-#
-# This Makefile should, at the very least, just include $(SDK_PATH)/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_SRCDIRS := library port
 
 EXTRA_CFLAGS += -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"'
 
-include $(SDK_PATH)/Makefile
+include $(IDF_PATH)/make/component.mk