aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/USB_CDC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/USB_CDC/Makefile')
-rw-r--r--testhal/STM32/USB_CDC/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/testhal/STM32/USB_CDC/Makefile b/testhal/STM32/USB_CDC/Makefile
deleted file mode 100644
index c6221fcae..000000000
--- a/testhal/STM32/USB_CDC/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-##############################################################################
-# Multi-project makefile rules
-#
-
-all:
- @echo
- @echo === Building for STM32L476-Discovery ===============================
- @make --no-print-directory -f Makefile-stm32l476_discovery all
- @echo ====================================================================
- @echo
- @echo === Building for STM32F303-Discovery ===============================
- @make --no-print-directory -f Makefile-stm32f303_discovery all
- @echo ====================================================================
- @echo
-
-clean:
- @echo
- -@make --no-print-directory -f Makefile-stm32l476_discovery clean
- @echo
- -@make --no-print-directory -f Makefile-stm32f303_discovery clean
- @echo
-
-#
-##############################################################################