diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-03 10:58:22 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-03 10:58:22 +0000 |
commit | e558e86d7401239a9ba369bfac298bdead236ecc (patch) | |
tree | 89b103e501add373ec4e430c508c3954384b8130 /os/hal/ports/STM32/STM32F3xx | |
parent | 8b133b8c181b0a0a5ba9e1f255c36a3b546c750c (diff) | |
download | ChibiOS-e558e86d7401239a9ba369bfac298bdead236ecc.tar.gz ChibiOS-e558e86d7401239a9ba369bfac298bdead236ecc.tar.bz2 ChibiOS-e558e86d7401239a9ba369bfac298bdead236ecc.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9233 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F3xx')
-rw-r--r-- | os/hal/ports/STM32/STM32F3xx/platform.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F3xx/platform.mk b/os/hal/ports/STM32/STM32F3xx/platform.mk index 741a9549e..028a707cc 100644 --- a/os/hal/ports/STM32/STM32F3xx/platform.mk +++ b/os/hal/ports/STM32/STM32F3xx/platform.mk @@ -1,6 +1,6 @@ # List of all the STM32F3xx platform files.
ifeq ($(USE_SMART_BUILD),yes)
-HALCONF := $(strip $(shell cat halconf.h | egrep -e "define"))
+HALCONF := $(strip $(shell cat halconf.h | egrep -e "\#define"))
PLATFORMSRC := $(CHIBIOS)/os/hal/ports/common/ARMCMx/nvic.c \
$(CHIBIOS)/os/hal/ports/STM32/STM32F3xx/hal_lld.c \
|