diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-09 07:48:11 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-09 07:48:11 +0000 |
commit | afefa3bffd0b6aabf0078f55c496a4874d5a8d42 (patch) | |
tree | 0ba96b8607551964ecea6995a36c49c1294d63d8 /testex/STM32/STM32F3xx | |
parent | 3cd6f997685a708a7ff9c3fc5664818497ac6552 (diff) | |
download | ChibiOS-afefa3bffd0b6aabf0078f55c496a4874d5a8d42.tar.gz ChibiOS-afefa3bffd0b6aabf0078f55c496a4874d5a8d42.tar.bz2 ChibiOS-afefa3bffd0b6aabf0078f55c496a4874d5a8d42.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11654 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testex/STM32/STM32F3xx')
-rw-r--r-- | testex/STM32/STM32F3xx/SPI-L3GD20/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testex/STM32/STM32F3xx/SPI-L3GD20/Makefile b/testex/STM32/STM32F3xx/SPI-L3GD20/Makefile index 7b0d22824..b4cddd777 100644 --- a/testex/STM32/STM32F3xx/SPI-L3GD20/Makefile +++ b/testex/STM32/STM32F3xx/SPI-L3GD20/Makefile @@ -139,10 +139,6 @@ TCSRC = TCPPSRC =
# List ASM source files here
-ASMSRC =
-ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
-
-# List ASM source files here
ASMSRC = $(ALLASMSRC)
ASMXSRC = $(ALLXASMSRC)
|