Removed SerialStream module, rolled functionality into the base USART Serial peripher...
[pub/USBasp.git] / Demos / Host / LowLevel / PrinterHost / makefile
index 3727a77..f4946c4 100644 (file)
@@ -129,8 +129,7 @@ SRC = $(TARGET).c                                                 \
          ConfigDescriptor.c                                          \
          Lib/PrinterCommands.c                                       \
          $(LUFA_SRC_USB)                                             \
-         $(LUFA_SRC_SERIAL)                                          \
-         $(LUFA_SRC_SERIALSTREAM)
+         $(LUFA_SRC_SERIAL)
 
 
 # List C++ source files here. (C dependencies are automatically generated.)