aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/MassStorageKeyboard
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-15 16:45:26 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-15 16:45:26 +0000
commitf4710f6f8653219b432f3a843ce117d4f4c136fd (patch)
treec344d4bed57017544229bfce9e195d1e5de2394c /Demos/Device/ClassDriver/MassStorageKeyboard
parentdfe50ff34970eda173cafbb3d636a5f7bedc87bd (diff)
downloadlufa-f4710f6f8653219b432f3a843ce117d4f4c136fd.tar.gz
lufa-f4710f6f8653219b432f3a843ce117d4f4c136fd.tar.bz2
lufa-f4710f6f8653219b432f3a843ce117d4f4c136fd.zip
Removed the automated checking of event names in the demo, project and bootloader makefiles due to inconsistancies between the behaviour of the command line tools used to perform the check on each platform.
Removed the internal endpoint and pipe memory allocation macros, as this is already performed directly in the code. Simplify the endpoint and pipe reset procedure.
Diffstat (limited to 'Demos/Device/ClassDriver/MassStorageKeyboard')
-rw-r--r--Demos/Device/ClassDriver/MassStorageKeyboard/makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/makefile b/Demos/Device/ClassDriver/MassStorageKeyboard/makefile
index eaf1b3ec9..928aa0eb7 100644
--- a/Demos/Device/ClassDriver/MassStorageKeyboard/makefile
+++ b/Demos/Device/ClassDriver/MassStorageKeyboard/makefile
@@ -701,9 +701,9 @@ clean_list:
$(REMOVE) $(SRC:.c=.s)
$(REMOVE) $(SRC:.c=.d)
$(REMOVE) $(SRC:.c=.i)
+ $(REMOVE) InvalidEvents.tmp
$(REMOVEDIR) .dep
-
doxygen:
@echo Generating Project Documentation...
@doxygen Doxygen.conf
@@ -721,9 +721,8 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
# Listing of phony targets.
-.PHONY : all checkinvalidevents showliboptions \
-showtarget begin finish end sizebefore sizeafter \
-gccversion build elf hex eep lss sym coff extcoff \
-program dfu flip flip-ee dfu-ee clean debug \
-clean_list clean_binary clean_doxygen gdb-config \
-doxygen \ No newline at end of file
+.PHONY : all showliboptions showtarget begin \
+finish end sizebefore sizeafter gccversion build \
+elf hex eep lss sym coff extcoff program dfu flip \
+flip-ee dfu-ee clean debug clean_list clean_binary \
+clean_doxygen gdb-config doxygen \ No newline at end of file