aboutsummaryrefslogtreecommitdiff
path: root/Projects/XPLAINBridge/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-12-02 14:19:06 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-12-02 14:19:06 +0000
commitb1e007e3bab35471f5d8b3bc91f6bbc39e3a094c (patch)
tree579db976e13a9795bc6d222c0224303292f81336 /Projects/XPLAINBridge/makefile
parent956081a4f9e48efb57cdc998f6e0a97180e89c20 (diff)
Add new more reliable software UART for the XPLAINBridge project by David Prentice and Peter Danneger.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@939 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/XPLAINBridge/makefile')
-rw-r--r--Projects/XPLAINBridge/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Projects/XPLAINBridge/makefile b/Projects/XPLAINBridge/makefile
index b6b6cc10..fc7244ff 100644
--- a/Projects/XPLAINBridge/makefile
+++ b/Projects/XPLAINBridge/makefile
@@ -127,6 +127,7 @@ LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENAB
SRC = $(TARGET).c \
Descriptors.c \
Lib/RingBuff.c \
+ Lib/SoftUART.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Host.c \
@@ -152,7 +153,7 @@ CPPSRC =
# Even though the DOS/Win* filesystem matches both .s and .S the same,
# it will preserve the spelling of the filenames, and gcc itself does
# care about how the name is spelled on its command-line.
-ASRC = Lib/SoftUART.S
+ASRC =
# Optimization level, can be [0, 1, 2, 3, s].