summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-13 13:51:08 -0700
committerKeith Packard <keithp@keithp.com>2009-04-13 13:51:08 -0700
commitc5c1e3fb1c253d387be02c127253ac2a55d577b4 (patch)
tree9e3f6a5128956bf4121a2d5334ed7073122bd530 /Makefile
parentf3f25a1cec7d2a034aa544569cfd23bea1a996c5 (diff)
Add USB support.
This offers a single CDC ACM device over USB. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6bd552e6..ab1a253b 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ SRC = \
ao_led.c \
ao_task.c \
ao_timer.c \
+ ao_usb.c \
ao_panic.c \
ao_test.c \
_bp.c