diff options
Diffstat (limited to 'lib/chibios/demos/SPC5/RT-SPC560D-EVB/Makefile')
-rw-r--r-- | lib/chibios/demos/SPC5/RT-SPC560D-EVB/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lib/chibios/demos/SPC5/RT-SPC560D-EVB/Makefile b/lib/chibios/demos/SPC5/RT-SPC560D-EVB/Makefile new file mode 100644 index 000000000..0c6652275 --- /dev/null +++ b/lib/chibios/demos/SPC5/RT-SPC560D-EVB/Makefile | |||
@@ -0,0 +1,29 @@ | |||
1 | ############################################################################## | ||
2 | # Multi-project makefile rules | ||
3 | # | ||
4 | |||
5 | all: | ||
6 | @echo | ||
7 | @echo === Building with GHS ============================================== | ||
8 | +@make --no-print-directory -f Makefile-ghs all | ||
9 | @echo ==================================================================== | ||
10 | @echo | ||
11 | @echo === Building with HighTec ========================================== | ||
12 | +@make --no-print-directory -f Makefile-ht all | ||
13 | @echo ==================================================================== | ||
14 | @echo | ||
15 | @echo === Building with GCC (eabivle) ==================================== | ||
16 | +@make --no-print-directory -f Makefile-gcc-eabivle all | ||
17 | @echo ==================================================================== | ||
18 | @echo | ||
19 | |||
20 | clean: | ||
21 | @echo | ||
22 | +@make --no-print-directory -f Makefile-ghs clean | ||
23 | @echo | ||
24 | +@make --no-print-directory -f Makefile-ht clean | ||
25 | @echo | ||
26 | +@make --no-print-directory -f Makefile-gcc-eabivle clean | ||
27 | @echo | ||
28 | # | ||
29 | ############################################################################## | ||