diff options
author | Paul Selkirk <paul@psgd.org> | 2018-05-01 17:40:29 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2018-05-01 17:40:29 -0400 |
commit | 0cb1642804f09ec3fec08b05c211a19e65b0385c (patch) | |
tree | dd0fa932fa6763ba3e00a8f27207987f0712d7e8 /libraries | |
parent | 33ac5751d8e56b8cbec0cc5ac41a18f2692e4bf9 (diff) |
Fix mbed vpath not to use explicit (and wrong) paths
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/mbed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |