aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-AT91SAM7X-FATFS-GCC/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-08 08:44:31 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-08 08:44:31 +0000
commitcb54f8224b4ed312512149a2fa9272674e3fb1a5 (patch)
treeb81cb3f6b727f520e639ccd5dd2beeec6c7ed55a /demos/ARM7-AT91SAM7X-FATFS-GCC/Makefile
parent9c9ca16e05456fd52e9061a541ab6c4f62f489aa (diff)
downloadChibiOS-cb54f8224b4ed312512149a2fa9272674e3fb1a5.tar.gz
ChibiOS-cb54f8224b4ed312512149a2fa9272674e3fb1a5.tar.bz2
ChibiOS-cb54f8224b4ed312512149a2fa9272674e3fb1a5.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3209 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-AT91SAM7X-FATFS-GCC/Makefile')
-rw-r--r--demos/ARM7-AT91SAM7X-FATFS-GCC/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/demos/ARM7-AT91SAM7X-FATFS-GCC/Makefile b/demos/ARM7-AT91SAM7X-FATFS-GCC/Makefile
index 6553ef548..4b8fc0650 100644
--- a/demos/ARM7-AT91SAM7X-FATFS-GCC/Makefile
+++ b/demos/ARM7-AT91SAM7X-FATFS-GCC/Makefile
@@ -39,19 +39,19 @@ endif
# Define project name here
PROJECT = ch
-# Define linker script file here
-LDSCRIPT= ch.ld
-
-# Imported source files
+# Imported source files and paths
CHIBIOS = ../..
include $(CHIBIOS)/boards/OLIMEX_SAM7_EX256/board.mk
include $(CHIBIOS)/os/hal/platforms/AT91SAM7/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
-include $(CHIBIOS)/os/ports/GCC/ARM/port.mk
+include $(CHIBIOS)/os/ports/GCC/ARM/AT91SAM7/port.mk
include $(CHIBIOS)/os/kernel/kernel.mk
include $(CHIBIOS)/test/test.mk
include $(CHIBIOS)/ext/fatfs/fatfs.mk
+# Define linker script file here
+LDSCRIPT= $(PORTLD)/AT91SAM7X256.ld
+
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
CSRC = $(PORTSRC) \
@@ -90,14 +90,12 @@ TCSRC =
TCPPSRC =
# List ASM source files here
-ASMSRC = $(PORTASM) \
- $(CHIBIOS)/os/ports/GCC/ARM/AT91SAM7/vectors.s
+ASMSRC = $(PORTASM)
INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) \
$(FATFSINC) \
- $(CHIBIOS)/os/various \
- $(CHIBIOS)/os/ports/GCC/ARM/AT91SAM7
+ $(CHIBIOS)/os/various
#
# Project, sources and paths