aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/SPI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/multi/SPI/Makefile')
-rw-r--r--testhal/STM32/multi/SPI/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/testhal/STM32/multi/SPI/Makefile b/testhal/STM32/multi/SPI/Makefile
index 2e008f2eb..dac5d410a 100644
--- a/testhal/STM32/multi/SPI/Makefile
+++ b/testhal/STM32/multi/SPI/Makefile
@@ -5,31 +5,31 @@
all:
@echo
@echo === Building for STM32F091-Nucleo64 ================================
- @make --no-print-directory -f Makefile-stm32f091_nucleo64 all
+ @make --no-print-directory -f ./make/stm32f091_nucleo64.make all
@echo ====================================================================
@echo
@echo === Building for STM32F303-Discovery ===============================
- @make --no-print-directory -f Makefile-stm32f303_discovery all
+ @make --no-print-directory -f ./make/stm32f303_discovery.make all
@echo ====================================================================
@echo
@echo === Building for STM32F407-Discovery ===============================
- @make --no-print-directory -f Makefile-stm32f407_discovery all
+ @make --no-print-directory -f ./make/stm32f407_discovery.make all
@echo ====================================================================
@echo
@echo === Building for STM32H743-Nucleo144 ===============================
- @make --no-print-directory -f Makefile-stm32h743_nucleo144 all
+ @make --no-print-directory -f ./make/stm32h743_nucleo144.make all
@echo ====================================================================
@echo
clean:
@echo
- -@make --no-print-directory -f Makefile-stm32f091_nucleo64 clean
+ -@make --no-print-directory -f ./make/stm32f091_nucleo64.make clean
@echo
- -@make --no-print-directory -f Makefile-stm32f303_discovery clean
+ -@make --no-print-directory -f ./make/stm32f303_discovery.make clean
@echo
- -@make --no-print-directory -f Makefile-stm32f407_discovery clean
+ -@make --no-print-directory -f ./make/stm32f407_discovery.make clean
@echo
- -@make --no-print-directory -f Makefile-stm32h743_nucleo144 clean
+ -@make --no-print-directory -f ./make/stm32h743_nucleo144.make clean
@echo
#