aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/KeyboardHost/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Host/KeyboardHost/makefile')
-rw-r--r--Demos/Host/KeyboardHost/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/KeyboardHost/makefile b/Demos/Host/KeyboardHost/makefile
index e304974e2..9ea163e66 100644
--- a/Demos/Host/KeyboardHost/makefile
+++ b/Demos/Host/KeyboardHost/makefile
@@ -506,7 +506,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 ------------------------------------