git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14008 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2020-12-30 11:11:19 +00:00
parent 25b0da67e0
commit deb7ff5cc8
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ all:
@echo ====================================================================
@echo
@echo === Building for STM32WB55RG_Nucleo64 =============================
+@make --no-print-directory -f ./make/stm32wb55rg_nucleo64.make all
+@make --no-print-directory -f ./make/stm32wb55rg_nucleo68.make all
@echo ====================================================================
@echo
@ -47,7 +47,7 @@ clean:
@echo
+@make --no-print-directory -f ./make/stm32h743_nucleo144.make clean
@echo
+@make --no-print-directory -f ./make/stm32wb55rg_nucleo64.make clean
+@make --no-print-directory -f ./make/stm32wb55rg_nucleo68.make clean
@echo
#