aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM3-STM32F107-LWIP/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-29 14:05:19 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-29 14:05:19 +0000
commit84f2c0ef3247a667d699e27bd49b2b237db5fc7b (patch)
tree0b66f5fbcd9d58575cad22573bed65d7b7082c4f /demos/ARMCM3-STM32F107-LWIP/Makefile
parenta041bbfe0b75b7226e7fdfd27cbb1fbfd5d19ca4 (diff)
downloadChibiOS-84f2c0ef3247a667d699e27bd49b2b237db5fc7b.tar.gz
ChibiOS-84f2c0ef3247a667d699e27bd49b2b237db5fc7b.tar.bz2
ChibiOS-84f2c0ef3247a667d699e27bd49b2b237db5fc7b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3998 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F107-LWIP/Makefile')
-rw-r--r--demos/ARMCM3-STM32F107-LWIP/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/demos/ARMCM3-STM32F107-LWIP/Makefile b/demos/ARMCM3-STM32F107-LWIP/Makefile
index 8ca3fcf88..28772cfa8 100644
--- a/demos/ARMCM3-STM32F107-LWIP/Makefile
+++ b/demos/ARMCM3-STM32F107-LWIP/Makefile
@@ -64,8 +64,8 @@ include $(CHIBIOS)/os/hal/platforms/STM32F1xx/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F1xx/port.mk
include $(CHIBIOS)/os/kernel/kernel.mk
+include $(CHIBIOS)/os/various/lwip_bindings/lwip.mk
include $(CHIBIOS)/test/test.mk
-include ./lwip/lwip.mk
# Define linker script file here
LDSCRIPT= $(PORTLD)/STM32F107xC.ld
@@ -78,13 +78,8 @@ CSRC = $(PORTSRC) \
$(HALSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
- $(LWNETIFSRC) \
- $(LWCORESRC) \
- $(LWIPV4SRC) \
- $(LWAPISRC) \
+ $(LWSRC) \
$(CHIBIOS)/os/various/evtimer.c \
- $(CHIBIOS)/os/various/lwipthread.c \
- ./lwip/arch/sys_arch.c \
web/web.c main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
@@ -116,8 +111,7 @@ ASMSRC = $(PORTASM)
INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(LWINC) \
- $(CHIBIOS)/os/various \
- ./lwip
+ $(CHIBIOS)/os/various
#
# Project, sources and paths