diff options
Diffstat (limited to 'testhal/STM32/STM32L1xx/ADC')
| -rw-r--r-- | testhal/STM32/STM32L1xx/ADC/Makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/testhal/STM32/STM32L1xx/ADC/Makefile b/testhal/STM32/STM32L1xx/ADC/Makefile index 00b6be507..f31a82316 100644 --- a/testhal/STM32/STM32L1xx/ADC/Makefile +++ b/testhal/STM32/STM32L1xx/ADC/Makefile @@ -140,7 +140,8 @@ TCSRC =  TCPPSRC =
  # List ASM source files here
 -ASMSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
 +ASMSRC =
 +ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
  INCDIR = $(CHIBIOS)/os/license \
           $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
 | 
