aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-AT91SAM7X-WEB-GCC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARM7-AT91SAM7X-WEB-GCC/Makefile')
-rw-r--r--demos/ARM7-AT91SAM7X-WEB-GCC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-AT91SAM7X-WEB-GCC/Makefile b/demos/ARM7-AT91SAM7X-WEB-GCC/Makefile
index 3470b25cf..74146d985 100644
--- a/demos/ARM7-AT91SAM7X-WEB-GCC/Makefile
+++ b/demos/ARM7-AT91SAM7X-WEB-GCC/Makefile
@@ -78,7 +78,7 @@ USRC = ../../ext/uip-1.0/uip/uip_arp.c \
../../ext/uip-1.0/apps/webserver/httpd-cgi.c
# List ARM-mode C source files here
-ASRC = ../../ports/ARM7-AT91SAM7X/chcore.c \
+ASRC = ../../ports/ARM7/chcore.c \
../../ports/ARM7-AT91SAM7X/sam7x_serial.c \
../../ports/ARM7-AT91SAM7X/sam7x_emac.c \
${KERNSRC} \