Conflicts:
components/esp32/component.mk
components/wpa_supplicant/component.mk
COMPONENT_SRCDIRS := . hwcrypto
- LIBS := core net80211 phy rtc pp wpa smartconfig coexist wpa2
-LIBS := core net80211 phy rtc pp wpa smartconfig coexist wps
++LIBS := core net80211 phy rtc pp wpa smartconfig coexist wps wpa2
LINKER_SCRIPTS += -T esp32_out.ld -T esp32.common.ld -T esp32.rom.ld -T esp32.peripherals.ld
COMPONENT_ADD_INCLUDEDIRS := include port/include
COMPONENT_SRCDIRS := src/crypto
-CFLAGS += -DEMBEDDED_SUPP -D__ets__ -Wno-strict-aliasing
+CFLAGS += -DEMBEDDED_SUPP -D__ets__ -Wno-strict-aliasing -D__ESP32_SUPP_TYPE__
-
- include $(IDF_PATH)/make/component_common.mk