Skip to content

Commit

Permalink
Added pp library, fixed compilation errors with latest SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
davruet committed Feb 16, 2015
1 parent 9f41a85 commit 5c3c97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ MODULES = driver user
EXTRA_INCDIR = include $(SDK_BASE)/../include

# libraries used in this project, mainly provided by the SDK
LIBS = c gcc hal phy net80211 lwip wpa main
LIBS = c gcc hal phy pp net80211 lwip wpa main

# compiler flags using during compilation of source files
CFLAGS = -Os -g -O2 -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DICACHE_FLASH
Expand Down

0 comments on commit 5c3c97b

Please sign in to comment.