diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-09 10:42:33 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-09 10:42:33 +0000 |
commit | f02294d5778d63660480826ebfbe7fadb85f4108 (patch) | |
tree | d13ee26a542ec9fc3b9315e24a2e7a0f01a17f9c /demos/SPC5/RT-SPC560D-EVB | |
parent | d12c6d08aa4f4124dae032c5544d2dbb8e8c5b2a (diff) | |
download | ChibiOS-f02294d5778d63660480826ebfbe7fadb85f4108.tar.gz ChibiOS-f02294d5778d63660480826ebfbe7fadb85f4108.tar.bz2 ChibiOS-f02294d5778d63660480826ebfbe7fadb85f4108.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11660 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/SPC5/RT-SPC560D-EVB')
-rw-r--r-- | demos/SPC5/RT-SPC560D-EVB/Makefile-ghs | 2 | ||||
-rw-r--r-- | demos/SPC5/RT-SPC560D-EVB/Makefile-ht | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/SPC5/RT-SPC560D-EVB/Makefile-ghs b/demos/SPC5/RT-SPC560D-EVB/Makefile-ghs index 52233dd8b..c524a3a2d 100644 --- a/demos/SPC5/RT-SPC560D-EVB/Makefile-ghs +++ b/demos/SPC5/RT-SPC560D-EVB/Makefile-ghs @@ -114,7 +114,7 @@ CSRC = $(ALLCSRC) \ main.c
# C++ sources here.
-CPPSRC = $(AllCPPSRC)
+CPPSRC = $(ALLCPPSRC)
# List ASM source files here
ASMSRC = $(ALLASMSRC)
diff --git a/demos/SPC5/RT-SPC560D-EVB/Makefile-ht b/demos/SPC5/RT-SPC560D-EVB/Makefile-ht index 92eabce97..b5a8a14f3 100644 --- a/demos/SPC5/RT-SPC560D-EVB/Makefile-ht +++ b/demos/SPC5/RT-SPC560D-EVB/Makefile-ht @@ -114,7 +114,7 @@ CSRC = $(ALLCSRC) \ main.c
# C++ sources here.
-CPPSRC = $(AllCPPSRC)
+CPPSRC = $(ALLCPPSRC)
# List ASM source files here
ASMSRC = $(ALLASMSRC)
|