aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/CDC/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/LowLevel/CDC/makefile')
-rw-r--r--Demos/Device/LowLevel/CDC/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/LowLevel/CDC/makefile b/Demos/Device/LowLevel/CDC/makefile
index f69c1caae..934b3d014 100644
--- a/Demos/Device/LowLevel/CDC/makefile
+++ b/Demos/Device/LowLevel/CDC/makefile
@@ -504,11 +504,11 @@ $(LUFA_PATH)/LUFA/LUFA_Events.lst:
checkinvalidevents: $(LUFA_PATH)/LUFA/LUFA_Events.lst
@echo
@echo Checking for invalid events...
- @$(shell) avr-nm $(TARGET).elf | sed -n -e 's/^.*EVENT_/EVENT_/p' | \
+ @$(shell) avr-nm $(OBJ) | sed -n -e 's/^.*EVENT_/EVENT_/p' | \
grep -F -v --file=$(LUFA_PATH)/LUFA/LUFA_Events.lst > InvalidEvents.tmp || true
@sed -n -e 's/^/ WARNING - INVALID EVENT NAME: /p' InvalidEvents.tmp
@if test -s InvalidEvents.tmp; then exit 1; fi
-
+
showliboptions:
@echo
@echo ---- Compile Time Library Options ----