cpu/esp32: use SDK crypto headers from vendor code
Changes the include path for ESP32 SDK crypto function headers to find their modified version in vendor codefirst.
This commit is contained in:
parent
ee349edf3b
commit
f8c740c190
2
cpu/esp32/vendor/esp-idf/esp32/Makefile
vendored
2
cpu/esp32/vendor/esp-idf/esp32/Makefile
vendored
@ -3,6 +3,7 @@ MODULE=esp_idf_esp32
|
|||||||
include $(RIOTBASE)/Makefile.base
|
include $(RIOTBASE)/Makefile.base
|
||||||
|
|
||||||
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include/log
|
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/include/log
|
||||||
|
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/wpa_supplicant/include
|
||||||
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/wpa_supplicant/port/include
|
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor/esp-idf/wpa_supplicant/port/include
|
||||||
INCLUDES += -I$(ESP32_SDK_DIR)/components/esp32
|
INCLUDES += -I$(ESP32_SDK_DIR)/components/esp32
|
||||||
INCLUDES += -I$(ESP32_SDK_DIR)/components/esp32/include
|
INCLUDES += -I$(ESP32_SDK_DIR)/components/esp32/include
|
||||||
@ -10,5 +11,4 @@ INCLUDES += -I$(ESP32_SDK_DIR)/components/nvs_flash/include
|
|||||||
INCLUDES += -I$(ESP32_SDK_DIR)/components/soc/esp32/include
|
INCLUDES += -I$(ESP32_SDK_DIR)/components/soc/esp32/include
|
||||||
INCLUDES += -I$(ESP32_SDK_DIR)/components/smartconfig_ack/include
|
INCLUDES += -I$(ESP32_SDK_DIR)/components/smartconfig_ack/include
|
||||||
INCLUDES += -I$(ESP32_SDK_DIR)/components/wpa_supplicant/include
|
INCLUDES += -I$(ESP32_SDK_DIR)/components/wpa_supplicant/include
|
||||||
INCLUDES += -I$(ESP32_SDK_DIR)/components/wpa_supplicant/include/crypto
|
|
||||||
INCLUDES += -I$(ESP32_SDK_DIR)/components/wpa_supplicant/port/include
|
INCLUDES += -I$(ESP32_SDK_DIR)/components/wpa_supplicant/port/include
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user