aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/USB_CDC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/multi/USB_CDC/Makefile')
-rw-r--r--testhal/STM32/multi/USB_CDC/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/testhal/STM32/multi/USB_CDC/Makefile b/testhal/STM32/multi/USB_CDC/Makefile
index 700fab73d..9da8633f9 100644
--- a/testhal/STM32/multi/USB_CDC/Makefile
+++ b/testhal/STM32/multi/USB_CDC/Makefile
@@ -8,6 +8,10 @@ all:
@make --no-print-directory -f ./make/stm32l476_discovery.make all
@echo ====================================================================
@echo
+ @echo === Building for STM32L4R5-Nucleo144 ===============================
+ @make --no-print-directory -f ./make/stm32l4r5zi_nucleo144.make all
+ @echo ====================================================================
+ @echo
@echo === Building for STM32F303-Discovery ===============================
@make --no-print-directory -f ./make/stm32f303_discovery.make all
@echo ====================================================================
@@ -29,6 +33,8 @@ clean:
@echo
-@make --no-print-directory -f ./make/stm32l476_discovery.make clean
@echo
+ -@make --no-print-directory -f ./make/stm32l4r5zi_nucleo144.make clean
+ @echo
-@make --no-print-directory -f ./make/stm32f303_discovery.make clean
@echo
-@make --no-print-directory -f ./make/stm32f407_discovery.make clean