aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorisiora <none@example.com>2018-01-20 22:23:36 +0000
committerisiora <none@example.com>2018-01-20 22:23:36 +0000
commitbe86ff8a8d0566530ac29a094f6f1aeee6b7a824 (patch)
treec7b0f40224676fbde17027a0dd0c30cf4fa5130d
parent61673900d1a3a32f493a8eb71b62dd4493ac32fd (diff)
downloadChibiOS-be86ff8a8d0566530ac29a094f6f1aeee6b7a824.tar.gz
ChibiOS-be86ff8a8d0566530ac29a094f6f1aeee6b7a824.tar.bz2
ChibiOS-be86ff8a8d0566530ac29a094f6f1aeee6b7a824.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11372 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rwxr-xr-xdemos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/Makefile b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/Makefile
index 3147c62e2..1534a91f4 100755
--- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/Makefile
+++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/Makefile
@@ -140,8 +140,8 @@ CSRC = $(STARTUPSRC) \
$(BOARDSRC) \
$(TESTSRC) \
$(CHIBIOS)/os/hal/lib/streams/chprintf.c \
- main.c \
- smcclient.c
+ smcclient.c \
+ main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
@@ -168,8 +168,8 @@ TCSRC =
TCPPSRC =
# List ASM source files here
-ASMSRC =
-ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
+ASMSRC =
+ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM) smc.S
INCDIR = $(CHIBIOS)/os/license \
$(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
@@ -224,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 =