aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-09-30 18:05:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-09-30 18:05:32 +0000
commitb55631f714a0469962883ac572e1910080de68fa (patch)
treed94a5a57e5adc8fa5bceea1b89dc67bf95fcfa2e /demos
parent3a397f9f5b3920339a7316e09379bc25dd5195a0 (diff)
downloadChibiOS-b55631f714a0469962883ac572e1910080de68fa.tar.gz
ChibiOS-b55631f714a0469962883ac572e1910080de68fa.tar.bz2
ChibiOS-b55631f714a0469962883ac572e1910080de68fa.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1195 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/ARM7-AT91SAM7X-WEB-GCC/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/ARM7-AT91SAM7X-WEB-GCC/Makefile b/demos/ARM7-AT91SAM7X-WEB-GCC/Makefile
index bb4c21c1a..95d046fef 100644
--- a/demos/ARM7-AT91SAM7X-WEB-GCC/Makefile
+++ b/demos/ARM7-AT91SAM7X-WEB-GCC/Makefile
@@ -65,11 +65,11 @@ CSRC = ${PORTSRC} \
${USRC} \
${CHIBIOS}/os/io/pal.c \
${CHIBIOS}/os/io/serial.c \
- ${CHIBIOS}/os/io/phy.c \
+ ${CHIBIOS}/os/io/mii.c \
${CHIBIOS}/os/io/mac.c \
${CHIBIOS}/os/io/platforms/AT91SAM7X/pal_lld.c \
${CHIBIOS}/os/io/platforms/AT91SAM7X/serial_lld.c \
- ${CHIBIOS}/os/io/platforms/AT91SAM7X/phy_lld.c \
+ ${CHIBIOS}/os/io/platforms/AT91SAM7X/mii_lld.c \
${CHIBIOS}/os/io/platforms/AT91SAM7X/mac_lld.c \
${CHIBIOS}/os/io/platforms/AT91SAM7X/at91lib/aic.c \
${CHIBIOS}/os/various/evtimer.c \