aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2010-05-27 23:37:48 -0400
committerbnewbold <bnewbold@robocracy.org>2010-05-27 23:37:48 -0400
commitcf068bc0ac946391c940a79ee2e55e1ff87eb79a (patch)
tree8cb20d1fe41bfdc41fc7a721ee6cdb98cf6a104b /Makefile
parentc487a9f330c5b27f00bd695466df711ec2caa8eb (diff)
downloadlibrambutan-cf068bc0ac946391c940a79ee2e55e1ff87eb79a.tar.gz
librambutan-cf068bc0ac946391c940a79ee2e55e1ff87eb79a.zip
[for AJ] added new HardwareUsb implementation. hack.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2de5847..bf6bed5 100644
--- a/Makefile
+++ b/Makefile
@@ -94,6 +94,7 @@ CSRC = libmaple/systick.c \
CPPSRC = wirish/wirish_math.cpp \
wirish/Print.cpp \
wirish/comm/HardwareSerial.cpp \
+ wirish/comm/HardwareUsb.cpp \
wirish/comm/HardwareSPI.cpp \
wirish/cxxabi-compat.cpp \
main.cpp