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