Johny Mattsson пре 7 година
родитељ
комит
2266670b46

+ 1 - 3
components/base_nodemcu/component.mk

@@ -1,6 +1,4 @@
 COMPONENT_ADD_INCLUDEDIRS:=include
 # Note: It appears this component must come lexicographically before esp32
 # in order to get the -T arguments in the right order.
-COMPONENT_ADD_LDFLAGS:=-L $(abspath ld) -T nodemcu_core.ld -lbase_nodemcu
-
-include $(IDF_PATH)/make/component_common.mk
+COMPONENT_ADD_LDFLAGS:=-L $(COMPONENT_PATH)/ld -T nodemcu_core.ld -lbase_nodemcu

+ 0 - 2
components/driver_console/component.mk

@@ -1,3 +1 @@
 COMPONENT_ADD_INCLUDEDIRS:=include
-
-include $(IDF_PATH)/make/component_common.mk

+ 0 - 2
components/fatfs/component.mk

@@ -4,5 +4,3 @@ COMPONENT_OBJS:=diskio.o ff.o myfatfs.o option/unicode.o
 COMPONENT_ADD_INCLUDEDIRS:=.
 
 EXTRA_CFLAGS:=-imacros fatfs_prefix_lib.h
-
-include $(IDF_PATH)/make/component_common.mk

+ 0 - 2
components/lua/component.mk

@@ -1,3 +1 @@
 COMPONENT_ADD_INCLUDEDIRS:=.
-
-include $(IDF_PATH)/make/component_common.mk

+ 0 - 2
components/modules/component.mk

@@ -15,5 +15,3 @@ CFLAGS += \
 	-Werror=unused-function \
 	-Werror=unused-but-set-variable \
 	-Werror=unused-variable \
-
-include $(IDF_PATH)/make/component_common.mk

+ 0 - 2
components/platform/component.mk

@@ -1,3 +1 @@
 COMPONENT_ADD_INCLUDEDIRS:=include
-
-include $(IDF_PATH)/make/component_common.mk

+ 1 - 1
components/platform/flash_api.c

@@ -9,7 +9,7 @@
 #include <stdlib.h>
 #include "rom/spi_flash.h"
 
-#include "esp_flash_data_types.h"
+#include "esp_image_format.h"
 
 #define FLASH_HDR_ADDR 0x1000
 

+ 0 - 1
components/rtos_dbg/component.mk

@@ -1,2 +1 @@
 COMPONENT_ADD_INCLUDEDIRS:=include
-include $(IDF_PATH)/make/component_common.mk

+ 0 - 2
components/spiffs/component.mk

@@ -2,5 +2,3 @@ COMPONENT_ADD_INCLUDEDIRS:=.
 
 # TODO: clean up codebase to be sign clean...
 EXTRA_CFLAGS+=-Wno-error=pointer-sign
-
-include $(IDF_PATH)/make/component_common.mk

+ 0 - 2
components/task/component.mk

@@ -1,3 +1 @@
 COMPONENT_ADD_INCLUDEDIRS:=include
-
-include $(IDF_PATH)/make/component_common.mk

+ 1 - 1
sdk/esp32-esp-idf

@@ -1 +1 @@
-Subproject commit eb067ce90827a31a1b01eac531767a17c55048c1
+Subproject commit 1b25795f5ddaadf5ae37e566645e019a5bcc3686