aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Keyboard/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/Keyboard/makefile')
-rw-r--r--Demos/Device/Keyboard/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/Keyboard/makefile b/Demos/Device/Keyboard/makefile
index bacf6dc57..3c597bf49 100644
--- a/Demos/Device/Keyboard/makefile
+++ b/Demos/Device/Keyboard/makefile
@@ -504,7 +504,7 @@ sizeafter:
checkhooks: build
@echo
@echo ------- Unhooked LUFA Events -------
- @$(shell) (grep -s '^Event.*LUFA/.*\\.o' $(TARGET).map | \
+ @$(shell) (grep -s '^EVENT_.*LUFA/.*\\.o' $(TARGET).map | \
cut -d' ' -f1 | cut -d'_' -f2- | grep ".*") || \
echo "(None)"
@echo ------------------------------------