diff options
Diffstat (limited to 'Projects/Incomplete/StandaloneProgrammer/makefile')
-rw-r--r-- | Projects/Incomplete/StandaloneProgrammer/makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Projects/Incomplete/StandaloneProgrammer/makefile b/Projects/Incomplete/StandaloneProgrammer/makefile index e90586e36..6656d9270 100644 --- a/Projects/Incomplete/StandaloneProgrammer/makefile +++ b/Projects/Incomplete/StandaloneProgrammer/makefile @@ -142,8 +142,7 @@ SRC = $(TARGET).c \ Lib/PetiteFATFs/pff.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.) |