aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/ATSAMA5D2/SDMMC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/ATSAMA5D2/SDMMC/Makefile')
-rw-r--r--testhal/ATSAMA5D2/SDMMC/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/testhal/ATSAMA5D2/SDMMC/Makefile b/testhal/ATSAMA5D2/SDMMC/Makefile
index 8bf1beb75..69264a063 100644
--- a/testhal/ATSAMA5D2/SDMMC/Makefile
+++ b/testhal/ATSAMA5D2/SDMMC/Makefile
@@ -140,12 +140,8 @@ LDSCRIPT= $(STARTUPLD)/SAMA5D2ddr.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
-CSRC = $(ALLCSRC) main.c fat32test.c reledgetest.c redconf.c
-
-#CSRC += $(CHIBIOS)/os/various/syscalls.c
-#CSRC += $(CHIBIOS)/os/various/fatfs_bindings/fatfs_syscall.c
-#CSRC += $(CHIBIOS)/ext/fatfs/src/ff.c
-#CSRC += $(CHIBIOS)/ext/fatfs/src/ffunicode.c
+CSRC = $(ALLCSRC) /os/various/syscalls.c \
+ main.c fat32test.c reledgetest.c redconf.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
@@ -176,7 +172,7 @@ ASMSRC = $(ALLASMSRC)
ASMXSRC = $(ALLXASMSRC)
INCDIR = $(ALLINC) \
- $(FATFSINC) $(RELEDGEINC)
+ $(CHIBIOS)/os/various $(FATFSINC) $(RELEDGEINC)
#
# Project, sources and paths