aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx/MAC/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-26 17:52:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-26 17:52:55 +0000
commit26c301ec2ccc137cde4bc62440cd4e1b28039edd (patch)
tree965c11d74b01266f38e0ddbd10f19775ec99d780 /testhal/STM32F1xx/MAC/Makefile
parent9a7cae8b2993c263ed3365c62ebfb50b06f5bb00 (diff)
downloadChibiOS-26c301ec2ccc137cde4bc62440cd4e1b28039edd.tar.gz
ChibiOS-26c301ec2ccc137cde4bc62440cd4e1b28039edd.tar.bz2
ChibiOS-26c301ec2ccc137cde4bc62440cd4e1b28039edd.zip
Added STM32 lwIP demo (untested).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3990 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/MAC/Makefile')
-rw-r--r--testhal/STM32F1xx/MAC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F1xx/MAC/Makefile b/testhal/STM32F1xx/MAC/Makefile
index 42966ebc8..facd794b6 100644
--- a/testhal/STM32F1xx/MAC/Makefile
+++ b/testhal/STM32F1xx/MAC/Makefile
@@ -78,7 +78,7 @@ CSRC = $(PORTSRC) \
$(BOARDSRC) \
$(CHIBIOS)/os/various/evtimer.c \
$(CHIBIOS)/os/various/syscalls.c \
- main.c
+ main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.