From d2c938d88139f7114142998ae90383ef4cceb610 Mon Sep 17 00:00:00 2001 From: Wu Jian Gang Date: Fri, 30 Sep 2016 15:40:08 +0800 Subject: [PATCH] esp32: add libsmartconfig.a to link libs --- components/esp32/component.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/component.mk b/components/esp32/component.mk index ca91059f7f..6eac77afd3 100644 --- a/components/esp32/component.mk +++ b/components/esp32/component.mk @@ -10,7 +10,7 @@ COMPONENT_SRCDIRS := . hwcrypto -LIBS := crypto core net80211 phy rtc pp wpa +LIBS := crypto core net80211 phy rtc pp wpa smartconfig LINKER_SCRIPTS += -T esp32_out.ld -T esp32.common.ld -T esp32.rom.ld -T esp32.peripherals.ld