aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGareth McMullin2011-10-29 21:30:26 +1300
committerGareth McMullin2011-10-29 21:30:26 +1300
commitb05a5dcf2a2d5aa42e80cabf6aaf7a63133b5332 (patch)
tree3dbefa4964a5c6a14e5105bb697d7f16ed0ce457 /Makefile
parentf9a28a3d5e7438842f64c123ffff2488bdccff4d (diff)
Fixed some F105/F107 USB issues. Added user callback on SOF.
Made examples depend on lib.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe06961..5f58c84 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ lib:
fi; \
done
-examples:
+examples: lib
$(Q)for i in $(addsuffix /*/*,$(addprefix $@/,$(TARGETS))); do \
if [ -d $$i ]; then \
printf " BUILD $$i\n"; \