diff options
Diffstat (limited to 'testhal/STM32/CAN/Makefile')
-rw-r--r-- | testhal/STM32/CAN/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testhal/STM32/CAN/Makefile b/testhal/STM32/CAN/Makefile index bf08c2ba9..d7822cdb3 100644 --- a/testhal/STM32/CAN/Makefile +++ b/testhal/STM32/CAN/Makefile @@ -101,8 +101,7 @@ TCSRC = TCPPSRC =
# List ASM source files here
-ASMSRC = $(PORTASM) \
- $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32/vectors_md.s
+ASMSRC = $(PORTASM)
INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) \
|