Add "lwip" target to build open-source lwIP (via submodule).

This commit is contained in:
Paul Sokolovsky 2016-03-04 00:33:37 +02:00
parent 5ab90beb3b
commit 7553dd6d48

View File

@ -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 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 $< $(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: ESP8266_NONOS_SDK_V1.5.2_16_01_29.zip:
wget --content-disposition "http://bbs.espressif.com/download/file.php?id=1079" wget --content-disposition "http://bbs.espressif.com/download/file.php?id=1079"
ESP8266_NONOS_SDK_V1.5.1_16_01_08.zip: ESP8266_NONOS_SDK_V1.5.1_16_01_08.zip: