aboutsummaryrefslogtreecommitdiffstats
path: root/testex/STM32/STM32F3xx
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-12 21:14:19 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-12 21:14:19 +0000
commitfce92777c829af6b3214375ed8643dbbd7a92da8 (patch)
treecebd4967071f29d44a2a3fe0367ec9332d352e52 /testex/STM32/STM32F3xx
parent81fc1ef3995af4857a815f09c591d20fd351012c (diff)
downloadChibiOS-fce92777c829af6b3214375ed8643dbbd7a92da8.tar.gz
ChibiOS-fce92777c829af6b3214375ed8643dbbd7a92da8.tar.bz2
ChibiOS-fce92777c829af6b3214375ed8643dbbd7a92da8.zip
Minor fixes in ChibiOS/EX makefile
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11708 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testex/STM32/STM32F3xx')
-rw-r--r--testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile
index 5994af145..eb4afa3d5 100644
--- a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile
+++ b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/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)