Add "lwip" target to build open-source lwIP (via submodule).
This commit is contained in:
parent
5ab90beb3b
commit
7553dd6d48
5
Makefile
5
Makefile
@ -279,6 +279,11 @@ sdk_patch: .sdk_patch_$(VENDOR_SDK)
|
||||
empty_user_rf_pre_init.o: empty_user_rf_pre_init.c $(TOOLCHAIN)/bin/xtensa-lx106-elf-gcc
|
||||
$(TOOLCHAIN)/bin/xtensa-lx106-elf-gcc -O2 -c $<
|
||||
|
||||
lwip:
|
||||
make -C esp-open-lwip -f Makefile.open install \
|
||||
CC=$(TOOLCHAIN)/bin/xtensa-lx106-elf-gcc \
|
||||
PREFIX=$(TOOLCHAIN)
|
||||
|
||||
ESP8266_NONOS_SDK_V1.5.2_16_01_29.zip:
|
||||
wget --content-disposition "http://bbs.espressif.com/download/file.php?id=1079"
|
||||
ESP8266_NONOS_SDK_V1.5.1_16_01_08.zip:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user