aboutsummaryrefslogtreecommitdiff
path: root/LUFA/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-08-30 11:40:26 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-08-30 11:40:26 +0000
commit2371078c6af3d475eb79fa8cfc18ca4aa828fcbe (patch)
tree21566d71580960ec3fbb1072d4a554f1919b45f7 /LUFA/makefile
parentc741555232eb826178b5e18db4bdd6afe936699d (diff)
Remove deleted source files from the LUFA library makefile.
Renamed parameters of SI_Host_ConfigurePipes() to match other Host mode Class drivers. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@795 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/makefile')
-rw-r--r--LUFA/makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/LUFA/makefile b/LUFA/makefile
index d5829c6e..64d0edef 100644
--- a/LUFA/makefile
+++ b/LUFA/makefile
@@ -24,11 +24,9 @@ LUFA_SRC_FILES = ./Drivers/USB/LowLevel/DevChapter9.c \
./Drivers/USB/Class/Device/MIDI.c \
./Drivers/USB/Class/Device/MassStorage.c \
./Drivers/USB/Class/Device/RNDIS.c \
- ./Drivers/USB/Class/Host/Audio.c \
./Drivers/USB/Class/Host/CDC.c \
./Drivers/USB/Class/Host/HID.c \
./Drivers/USB/Class/Host/HIDParser.c \
- ./Drivers/USB/Class/Host/MIDI.c \
./Drivers/USB/Class/Host/MassStorage.c \
./Drivers/USB/Class/Host/StillImage.c \
./Drivers/Board/Temperature.c \