From cc4589ef6c95a6153727226a9da149fe273c810f Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 6 Mar 2016 03:02:27 +0200 Subject: [PATCH] Add build dependencies for lwIP. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 783bb86..d30b7bb 100644 --- a/Makefile +++ b/Makefile @@ -161,7 +161,7 @@ $(VENDOR_SDK_DIR)/.dir: $(VENDOR_SDK_ZIP) -mv License $(VENDOR_SDK_DIR) touch $@ -sdk_patch: .sdk_patch_$(VENDOR_SDK) +sdk_patch: $(VENDOR_SDK_DIR)/.dir .sdk_patch_$(VENDOR_SDK) .sdk_patch_1.5.2: echo -e "#undef ESP_SDK_VERSION\n#define ESP_SDK_VERSION 010502" >>$(VENDOR_SDK_DIR)/include/esp_sdk_ver.h @@ -279,7 +279,7 @@ 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: +lwip: toolchain sdk_patch make -C esp-open-lwip -f Makefile.open install \ CC=$(TOOLCHAIN)/bin/xtensa-lx106-elf-gcc \ PREFIX=$(TOOLCHAIN)