Remove cJSON blob (can re-add later from source)

This commit is contained in:
Angus Gratton 2015-05-28 18:09:39 +10:00
parent b8576dd554
commit 05019cb0ee
3 changed files with 1 additions and 135 deletions

View file

@ -56,7 +56,7 @@ OBJCOPY = $(CROSS)objcopy
COMPONENTS ?= FreeRTOS lwip
# libraries to link, mainly blobs provided by the esp-iot-rtos SDK
LIBS ?= gcc json main net80211 phy pp ssl wpa hal
LIBS ?= gcc main net80211 phy pp ssl wpa hal
CFLAGS = -Wall -Werror -Wl,-EL -nostdlib -mlongcalls -mtext-section-literals -std=gnu99
LDFLAGS = -nostdlib -Wl,--no-check-sections -Wl,-L$(ROOT)lib -u call_user_start -Wl,-static -Wl,-Map=build/${TARGET}.map