Fixed some F105/F107 USB issues. Added user callback on SOF.

Made examples depend on lib.
This commit is contained in:
Gareth McMullin
2011-10-29 21:30:26 +13:00
parent f9a28a3d5e
commit b05a5dcf2a
7 changed files with 36 additions and 15 deletions

View File

@@ -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"; \