aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/CRYPTO/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/multi/CRYPTO/Makefile')
-rw-r--r--testhal/STM32/multi/CRYPTO/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/testhal/STM32/multi/CRYPTO/Makefile b/testhal/STM32/multi/CRYPTO/Makefile
new file mode 100644
index 000000000..cf941e03a
--- /dev/null
+++ b/testhal/STM32/multi/CRYPTO/Makefile
@@ -0,0 +1,18 @@
+##############################################################################
+# Multi-project makefile rules
+#
+
+all:
+ @echo
+ @echo === Building for STM32F756ZG-Nucleo144 =============================
+ +@make --no-print-directory -f ./make/stm32f756zg_nucleo144.make all
+ @echo ====================================================================
+ @echo
+
+clean:
+ @echo
+ +@make --no-print-directory -f ./make/stm32f756zg_nucleo144.make clean
+ @echo
+
+#
+##############################################################################