aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/USB_CDC/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-08-31 10:55:45 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-08-31 10:55:45 +0000
commit16418339cb7b92471dcb7f6ad431519345c9fd1a (patch)
treef4b2176c63b4b9d5cc323ec3cae1b2bd77de80db /testhal/STM32/USB_CDC/Makefile
parent54e898222e03eb2741776e7d072aac33f9838a96 (diff)
downloadChibiOS-16418339cb7b92471dcb7f6ad431519345c9fd1a.tar.gz
ChibiOS-16418339cb7b92471dcb7f6ad431519345c9fd1a.tar.bz2
ChibiOS-16418339cb7b92471dcb7f6ad431519345c9fd1a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10510 35acf78f-673a-0410-8e92-d51de3d6d3f4
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
-
-#
-##############################################################################