Removed SerialStream module, rolled functionality into the base USART Serial peripher...
[pub/USBasp.git] / Demos / DualRole / ClassDriver / MouseHostDevice / makefile
index 0ed12ad..8aca25a 100644 (file)
@@ -133,8 +133,7 @@ SRC = $(TARGET).c                                                 \
          HostFunctions.c                                             \
          $(LUFA_SRC_USB)                                             \
          $(LUFA_SRC_USBCLASS)                                        \
-         $(LUFA_SRC_SERIAL)                                          \
-         $(LUFA_SRC_SERIALSTREAM)
+         $(LUFA_SRC_SERIAL)
 
 
 # List C++ source files here. (C dependencies are automatically generated.)