diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-03-11 15:05:09 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-03-11 15:05:09 +0000 |
commit | fc2af0f5896de947b3c59a9251ac4eef91ed005c (patch) | |
tree | ca279f1743bf50839eede1f497380706ee9e0af0 /test/hal/testbuild | |
parent | 18202523f8727dcebb27ed2f9f6d3060e6474c5a (diff) | |
download | ChibiOS-fc2af0f5896de947b3c59a9251ac4eef91ed005c.tar.gz ChibiOS-fc2af0f5896de947b3c59a9251ac4eef91ed005c.tar.bz2 ChibiOS-fc2af0f5896de947b3c59a9251ac4eef91ed005c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7759 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/hal/testbuild')
-rw-r--r-- | test/hal/testbuild/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/hal/testbuild/Makefile b/test/hal/testbuild/Makefile index e5cd11784..64a4c98fc 100644 --- a/test/hal/testbuild/Makefile +++ b/test/hal/testbuild/Makefile @@ -127,6 +127,7 @@ TCSRC = TCPPSRC =
# List ASM source files here
+PORTASM = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/crt0_v7m.s
ASMSRC = $(PORTASM)
PORTINC = ${CHIBIOS}/os/ext/CMSIS/include \
|