File tree 5 files changed +3
-145
lines changed
5 files changed +3
-145
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ register_component()
12
12
target_link_libraries (${COMPONENT_NAME} "-L ${CMAKE_CURRENT_SOURCE_DIR} /lib" )
13
13
if (NOT CONFIG_NO_BLOBS)
14
14
target_link_libraries (${COMPONENT_NAME} airkiss crypto espnow gcc hal core mirom
15
- net80211 phy pp pwm smartconfig ssc wpa wps cirom)
15
+ net80211 phy pp pwm smartconfig ssc wpa cirom)
16
16
endif ()
17
17
18
18
target_link_libraries (${COMPONENT_NAME} "-u call_user_start" )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ COMPONENT_SRCDIRS := driver source
12
12
LIBS ?=
13
13
ifndef CONFIG_NO_BLOBS
14
14
LIBS += airkiss crypto espnow gcc hal core net80211 \
15
- phy pp pwm smartconfig ssc wpa wps
15
+ phy pp pwm smartconfig ssc wpa
16
16
endif
17
17
18
18
# Linker scripts used to link the final application.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
pp: 830c0c8
7
7
pwm: 0181338
8
8
smartconfig:86a18f3
9
- wpa: f59f0e0
10
- wps: f59f0e0
9
+ wpa: f59f0e0
You can’t perform that action at this time.
0 commit comments