From a3bb554a45935139872ffef23ea94bdbe2e928ec Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 12 May 2015 08:39:25 +0000 Subject: 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 --- os/hal/ports/STM32/STM32F1xx/platform.mk | 2 +- os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/ports/STM32/STM32F1xx') diff --git a/os/hal/ports/STM32/STM32F1xx/platform.mk b/os/hal/ports/STM32/STM32F1xx/platform.mk index bef1bea28..d252f6c2e 100644 --- a/os/hal/ports/STM32/STM32F1xx/platform.mk +++ b/os/hal/ports/STM32/STM32F1xx/platform.mk @@ -25,7 +25,7 @@ endif ifneq ($(findstring HAL_USE_PAL TRUE,$(HALCONF)),) PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/LLD/GPIOv1/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)),) diff --git a/os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk b/os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk index 2684805b2..3b979ef6f 100644 --- a/os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk +++ b/os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk @@ -25,7 +25,7 @@ endif ifneq ($(findstring HAL_USE_PAL TRUE,$(HALCONF)),) PLATFORMSRC += $(CHIBIOS)/os/hal/ports/STM32/LLD/GPIOv1/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_USB TRUE,$(HALCONF)),) -- cgit v1.2.3