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/STM32F4xx/platform.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/ports/STM32/STM32F4xx/platform.mk') diff --git a/os/hal/ports/STM32/STM32F4xx/platform.mk b/os/hal/ports/STM32/STM32F4xx/platform.mk index 157210992..3b6566efe 100644 --- a/os/hal/ports/STM32/STM32F4xx/platform.mk +++ b/os/hal/ports/STM32/STM32F4xx/platform.mk @@ -28,7 +28,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_USB TRUE,$(HALCONF)),) -- cgit v1.2.3