From 0cb1642804f09ec3fec08b05c211a19e65b0385c Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Tue, 1 May 2018 17:40:29 -0400 Subject: 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 \ -- cgit v1.2.3