aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/Makefile')
-rw-r--r--examples/stm32/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/examples/stm32/Makefile b/examples/stm32/Makefile
index bea0ef0..a2c2eff 100644
--- a/examples/stm32/Makefile
+++ b/examples/stm32/Makefile
@@ -27,35 +27,35 @@ endif
all: stm32-h103 mb525 lisa-m obldc other
stm32-h103:
- @printf " BUILD examples/stm32-h103\n"
+ @printf " BUILD examples/stm32/stm32-h103\n"
$(Q)$(MAKE) -C stm32-h103
mb525:
- @printf " BUILD examples/mb525\n"
+ @printf " BUILD examples/stm32/mb525\n"
$(Q)$(MAKE) -C mb525
lisa-m:
- @printf " BUILD examples/lisa-m\n"
+ @printf " BUILD examples/stm32/lisa-m\n"
$(Q)$(MAKE) -C lisa-m
other:
- @printf " BUILD examples/other\n"
+ @printf " BUILD examples/stm32/other\n"
$(Q)$(MAKE) -C other
obldc:
- @printf " BUILD examples/obldc\n"
+ @printf " BUILD examples/stm32/obldc\n"
$(Q)$(MAKE) -C obldc
clean:
- @printf " CLEAN examples/stm32-h103\n"
+ @printf " CLEAN examples/stm32/stm32-h103\n"
$(Q)$(MAKE) -C stm32-h103 clean
- @printf " CLEAN examples/mb525\n"
+ @printf " CLEAN examples/stm32/mb525\n"
$(Q)$(MAKE) -C mb525 clean
- @printf " CLEAN examples/lisa-m\n"
+ @printf " CLEAN examples/stm32/lisa-m\n"
$(Q)$(MAKE) -C lisa-m clean
- @printf " CLEAN examples/other\n"
+ @printf " CLEAN examples/stm32/other\n"
$(Q)$(MAKE) -C other clean
- @printf " CLEAN examples/obldc\n"
+ @printf " CLEAN examples/stm32/obldc\n"
$(Q)$(MAKE) -C obldc clean
.PHONY: stm32-h103 mb525 lisa-m other obldc clean