Change bootloader makefiles to automatically compute the bootloader starting address...
[pub/USBasp.git] / Demos / Device / Incomplete / Sideshow / makefile
index 81756c1..2060175 100644 (file)
@@ -135,8 +135,7 @@ SRC = $(TARGET).c                                                 \
          Lib/SideshowCommon.c                                        \
          Lib/SideshowContent.c                                       \
          $(LUFA_SRC_USB)                                             \
-         $(LUFA_SRC_SERIAL)                                          \
-         $(LUFA_SRC_SERIALSTREAM)
+         $(LUFA_SRC_SERIAL)
 
 
 # List C++ source files here. (C dependencies are automatically generated.)