diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-02-27 20:13:36 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-02-27 20:13:36 +0000 |
commit | 4a5239de7fff7c51b4175531ce06c263e0c2525a (patch) | |
tree | 1c596200bc83d4fe14aa61a261ea765dc9c359d0 /demos/ARM7-AT91SAM7X-LWIP-GCC/Makefile | |
parent | 26c301ec2ccc137cde4bc62440cd4e1b28039edd (diff) | |
download | ChibiOS-4a5239de7fff7c51b4175531ce06c263e0c2525a.tar.gz ChibiOS-4a5239de7fff7c51b4175531ce06c263e0c2525a.tar.bz2 ChibiOS-4a5239de7fff7c51b4175531ce06c263e0c2525a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3996 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-AT91SAM7X-LWIP-GCC/Makefile')
-rw-r--r-- | demos/ARM7-AT91SAM7X-LWIP-GCC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-AT91SAM7X-LWIP-GCC/Makefile b/demos/ARM7-AT91SAM7X-LWIP-GCC/Makefile index 81e62fe24..e9fe50d99 100644 --- a/demos/ARM7-AT91SAM7X-LWIP-GCC/Makefile +++ b/demos/ARM7-AT91SAM7X-LWIP-GCC/Makefile @@ -70,8 +70,8 @@ CSRC = $(PORTSRC) \ $(LWIPV4SRC) \
$(LWAPISRC) \
$(CHIBIOS)/os/various/evtimer.c \
+ $(CHIBIOS)/os/various/lwipthread.c \
./lwip/arch/sys_arch.c \
- ./lwip/lwipthread.c \
./web/web.c \
main.c
|