File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ MODULES = driver user
29
29
EXTRA_INCDIR = include /opt/Espressif/include
30
30
31
31
# libraries used in this project, mainly provided by the SDK
32
- LIBS = c gcc hal phy net80211 lwip wpa upgrade upgrade_ssl main
32
+ LIBS = c gcc hal pp phy net80211 lwip wpa main
33
33
34
34
# compiler flags using during compilation of source files
35
35
CFLAGS = -Os -g -O2 -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DICACHE_FLASH
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ MODULES = driver user
29
29
EXTRA_INCDIR = include /opt/Espressif/include
30
30
31
31
# libraries used in this project, mainly provided by the SDK
32
- LIBS = c gcc hal phy net80211 lwip wpa upgrade upgrade_ssl main
32
+ LIBS = c gcc hal pp phy net80211 lwip wpa main
33
33
34
34
# compiler flags using during compilation of source files
35
35
CFLAGS = -Os -g -O2 -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DICACHE_FLASH
Original file line number Diff line number Diff line change 5
5
#
6
6
# This make file still needs some work.
7
7
#
8
- # Updated for SDK 0.9.2
8
+ # Updated for SDK 0.9.3
9
9
#
10
10
# Output directors to store intermediate compiled files
11
11
# relative to the project directory
@@ -30,7 +30,7 @@ MODULES = driver user
30
30
EXTRA_INCDIR = include /opt/Espressif/include
31
31
32
32
# libraries used in this project, mainly provided by the SDK
33
- LIBS = c gcc hal phy net80211 lwip wpa upgrade upgrade_ssl main
33
+ LIBS = c gcc hal pp phy net80211 lwip wpa main
34
34
35
35
# compiler flags using during compilation of source files
36
36
CFLAGS = -Os -g -O2 -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DICACHE_FLASH
You can’t perform that action at this time.