aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32L1xx
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-05-12 08:39:25 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-05-12 08:39:25 +0000
commita3bb554a45935139872ffef23ea94bdbe2e928ec (patch)
tree7b4272cadc1c05098b2924ee1b52ab1ce8aa63e4 /os/hal/ports/STM32/STM32L1xx
parent7b2139850539c3032956b44fa94c405bbde885e8 (diff)
downloadChibiOS-a3bb554a45935139872ffef23ea94bdbe2e928ec.tar.gz
ChibiOS-a3bb554a45935139872ffef23ea94bdbe2e928ec.tar.bz2
ChibiOS-a3bb554a45935139872ffef23ea94bdbe2e928ec.zip
Small error with .mk files in smart build mode.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7964 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32L1xx')
-rw-r--r--os/hal/ports/STM32/STM32L1xx/platform.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32L1xx/platform.mk b/os/hal/ports/STM32/STM32L1xx/platform.mk
index af7d0b9fd..af4143abd 100644
--- a/os/hal/ports/STM32/STM32L1xx/platform.mk
+++ b/os/hal/ports/STM32/STM32L1xx/platform.mk
@@ -16,7 +16,7 @@ endif
ifneq ($(findstring HAL_USE_PAL TRUE,$(HALCONF)),)
PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/LLD/GPIOv2/pal_lld.c
endif
-ifneq ($(findstring "HAL_USE_I2C TRUE",$(HALCONF)),)
+ifneq ($(findstring HAL_USE_I2C TRUE,$(HALCONF)),)
PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/LLD/I2Cv1/i2c_lld.c
endif
ifneq ($(findstring HAL_USE_RTC TRUE,$(HALCONF)),)