From 55c86437d5591127574d5a1993f0c62ab2443e8e Mon Sep 17 00:00:00 2001 From: arighi Date: Mon, 1 Nov 2010 16:25:51 +0000 Subject: [PATCH] Add lwIP include directories to the BeRTOS include path. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4483 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/config.mk b/bertos/config.mk index 752313a3..38a8a5d7 100644 --- a/bertos/config.mk +++ b/bertos/config.mk @@ -50,7 +50,7 @@ COFFCONVERT=$(OBJCOPY) \ --change-section-address .noinit-0x800000 \ --change-section-address .eeprom-0x810000 -INCDIR = -I. -Ibertos +INCDIR = -I. -Ibertos -Ibertos/net/lwip/src/include -Ibertos/net/lwip/src/include/ipv4 LIBDIR = lib OBJDIR = obj OUTDIR = images -- 2.25.1