File tree Expand file tree Collapse file tree 5 files changed +3
-4
lines changed Expand file tree Collapse file tree 5 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 6666 target_link_libraries (${COMPONENT_LIB} PUBLIC "-L ${CMAKE_CURRENT_SOURCE_DIR} /lib" "-lstdc++" )
6767 target_compile_definitions (${COMPONENT_LIB} PUBLIC -DUSING_IBUS_FASTER_GET)
6868 if (NOT CONFIG_NO_BLOBS)
69- set (blobs "gcc" "hal" "core" "net80211" "phy" "rtc" "clk" "pp" "smartconfig" "ssc" "wpa" " espnow" "wps" "wpa2" )
69+ set (blobs "gcc" "hal" "core" "net80211" "phy" "rtc" "clk" "pp" "smartconfig" "ssc" "espnow" "wps" "wpa2" )
7070 foreach (blob ${blobs} )
7171 add_library (${blob} STATIC IMPORTED )
7272 set_property (TARGET ${blob} PROPERTY IMPORTED_LOCATION ${CMAKE_CURRENT_SOURCE_DIR} /lib/lib${blob} .a)
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ LIBS ?=
1313ifndef CONFIG_NO_BLOBS
1414ifndef CONFIG_ESP8266_WIFI_DEBUG_LOG_ENABLE
1515LIBS += gcc hal core net80211 \
16- phy rtc clk pp smartconfig ssc wpa espnow wps wpa2
16+ phy rtc clk pp smartconfig ssc espnow wps wpa2
1717else
1818LIBS += gcc hal core_dbg net80211_dbg \
19- phy rtc clk pp_dbg smartconfig ssc wpa_dbg espnow_dbg wps_dbg wpa2_dbg
19+ phy rtc clk pp_dbg smartconfig ssc espnow_dbg wps_dbg wpa2_dbg
2020endif
2121endif
2222
Original file line number Diff line number Diff line change 22 core: 8d27139
33 net80211: 8d27139
44 pp: 56518b7
5- wpa: 56518b7
65 espnow: 56518b7
76 wps: 56518b7
87 wpa2: 56518b7
You can’t perform that action at this time.
0 commit comments