[Cryptech-Commits] [sw/stm32] 01/02: Fix mbed vpath not to use explicit (and wrong) paths

git at cryptech.is git at cryptech.is
Tue May 1 21:43:37 UTC 2018


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a commit to branch master
in repository sw/stm32.

commit 0cb1642804f09ec3fec08b05c211a19e65b0385c
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Tue May 1 17:40:29 2018 -0400

    Fix mbed vpath not to use explicit (and wrong) paths
---
 libraries/mbed/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/mbed/Makefile b/libraries/mbed/Makefile
index 873359d..eb2bd2b 100644
--- a/libraries/mbed/Makefile
+++ b/libraries/mbed/Makefile
@@ -5,7 +5,7 @@ CFLAGS += -Wno-unused-parameter
 
 ###########################################
 
-vpath %.c targets/cmsis/TARGET_STM/TARGET_STM32F4 targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_CRYPTECH_DEV_BRIDGE
+vpath %.c $(CMSIS_DIR) $(BOARD_DIR)
 
 SRCS =	stm32f4xx_hal.c \
 	stm32f4xx_hal_adc.c \



More information about the Commits mailing list