diff options
Diffstat (limited to 'test')
-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 \
|