diff options
author | edolomb <none@example.com> | 2017-11-07 16:47:34 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2017-11-07 16:47:34 +0000 |
commit | ea6a0516fdeff0d675497263e2a022f5eeef17ce (patch) | |
tree | 070233cea4791b06e4228ac62a6b56181768b442 /testhal/ATSAMA5D2 | |
parent | bca3b0c0c61aa4c3cfb07bbd11f5a71f35f73813 (diff) | |
download | ChibiOS-ea6a0516fdeff0d675497263e2a022f5eeef17ce.tar.gz ChibiOS-ea6a0516fdeff0d675497263e2a022f5eeef17ce.tar.bz2 ChibiOS-ea6a0516fdeff0d675497263e2a022f5eeef17ce.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10970 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/ATSAMA5D2')
-rw-r--r-- | testhal/ATSAMA5D2/UART/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/ATSAMA5D2/UART/Makefile b/testhal/ATSAMA5D2/UART/Makefile index 2771cd490..7997f0dc5 100644 --- a/testhal/ATSAMA5D2/UART/Makefile +++ b/testhal/ATSAMA5D2/UART/Makefile @@ -123,8 +123,8 @@ include $(CHIBIOS)/os/rt/rt.mk include $(CHIBIOS)/os/common/ports/ARMCAx-TZ/compilers/GCC/mk/port_generic.mk
# Other files (optional).
#include $(CHIBIOS)/test/lib/test.mk
-include $(CHIBIOS)/test/rt/rt_test.mk
-include $(CHIBIOS)/test/oslib/oslib_test.mk
+#include $(CHIBIOS)/test/rt/rt_test.mk
+#include $(CHIBIOS)/test/oslib/oslib_test.mk
# Define linker script file here
LDSCRIPT= $(STARTUPLD)/SAMA5D2-T.ld
|