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