projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rewritten event system to remove all macros, to make user code clearer.
[pub/lufa.git]
/
Demos
/
Device
/
Mouse
/
makefile
diff --git
a/Demos/Device/Mouse/makefile
b/Demos/Device/Mouse/makefile
index
3fa887b
..
d5ad211
100644
(file)
--- a/
Demos/Device/Mouse/makefile
+++ b/
Demos/Device/Mouse/makefile
@@
-504,7
+504,7
@@
sizeafter:
checkhooks: build
\r
@echo
\r
@echo ------- Unhooked LUFA Events -------
\r
checkhooks: build
\r
@echo
\r
@echo ------- Unhooked LUFA Events -------
\r
- @$(shell) (grep -s '^E
vent
.*LUFA/.*\\.o' $(TARGET).map | \
\r
+ @$(shell) (grep -s '^E
VENT_
.*LUFA/.*\\.o' $(TARGET).map | \
\r
cut -d' ' -f1 | cut -d'_' -f2- | grep ".*") || \
\r
echo "(None)"
\r
@echo ------------------------------------
\r
cut -d' ' -f1 | cut -d'_' -f2- | grep ".*") || \
\r
echo "(None)"
\r
@echo ------------------------------------
\r