X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/253deb996f321c59c102a64e17f95d0b5b0a0e6d..b3a4d8512bcaf0feba16a3cbeeaabfcfeb9cf051:/Demos/Device/KeyboardMouse/makefile diff --git a/Demos/Device/KeyboardMouse/makefile b/Demos/Device/KeyboardMouse/makefile index e48399877..b26bdbed6 100644 --- a/Demos/Device/KeyboardMouse/makefile +++ b/Demos/Device/KeyboardMouse/makefile @@ -505,7 +505,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 ------------------------------------