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