aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/ATSAMA5D2/SECUMOD/Makefile
diff options
context:
space:
mode:
authoredolomb <none@example.com>2018-02-26 22:29:56 +0000
committeredolomb <none@example.com>2018-02-26 22:29:56 +0000
commitef532f9c004e83cd961c6d2db7255f95428207de (patch)
tree50fe9e6b389ffafa13c835d3b3d0996b10a0af6f /testhal/ATSAMA5D2/SECUMOD/Makefile
parent875675c886d1ab96124ddcae1402fff35a37c011 (diff)
downloadChibiOS-ef532f9c004e83cd961c6d2db7255f95428207de.tar.gz
ChibiOS-ef532f9c004e83cd961c6d2db7255f95428207de.tar.bz2
ChibiOS-ef532f9c004e83cd961c6d2db7255f95428207de.zip
Updated Demo
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11562 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/ATSAMA5D2/SECUMOD/Makefile')
-rwxr-xr-xtesthal/ATSAMA5D2/SECUMOD/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/testhal/ATSAMA5D2/SECUMOD/Makefile b/testhal/ATSAMA5D2/SECUMOD/Makefile
index 4b76683d6..1d7a2c391 100755
--- a/testhal/ATSAMA5D2/SECUMOD/Makefile
+++ b/testhal/ATSAMA5D2/SECUMOD/Makefile
@@ -127,7 +127,9 @@ include $(CHIBIOS)/os/common/ports/ARMCAx-TZ/compilers/GCC/mk/port_generic.mk
#include $(CHIBIOS)/test/oslib/oslib_test.mk
# Define linker script file here
-LDSCRIPT= $(STARTUPLD)/SAMA5D2.ld
+#LDSCRIPT= $(STARTUPLD)/SAMA5D2.ld
+# Only if SAMA_NO_INIT is TRUE
+LDSCRIPT= $(STARTUPLD)/SAMA5D2ddr.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
@@ -222,10 +224,10 @@ CPPWARN = -Wall -Wextra -Wundef
#
# List all user C define here, like -D_DEBUG=1
-UDEFS = -DCH_CFG_USE_MMU
+UDEFS =
# Define ASM defines here
-UADEFS = -DCH_CFG_USE_MMU
+UADEFS =
# List all user directories here
UINCDIR =