summaryrefslogtreecommitdiff
path: root/Makefile.vusb
diff options
context:
space:
mode:
authortmk2011-05-07 00:04:18 +0900
committertmk2011-05-07 00:48:18 +0900
commit61e12a3157ea6860f23bf8e29372aa70aeb02be0 (patch)
treeb93de00a8deb10713eec89edfb315d5b447201d6 /Makefile.vusb
parenta6b31e950fe8de3dc4888e2f90a4001a6caee483 (diff)
move files: main_vusb.c ps2_usart.c sendchar_usart.c from ps2_usb to common dir
Diffstat (limited to 'Makefile.vusb')
-rw-r--r--Makefile.vusb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.vusb b/Makefile.vusb
index 0ef1b1155..b8e71a8e3 100644
--- a/Makefile.vusb
+++ b/Makefile.vusb
@@ -2,7 +2,8 @@ OPT_DEFS += -DHOST_VUSB
SRC = usbdrv.c \
usbdrvasm.S \
- oddebug.c
+ oddebug.c \
+ sendchar_usart.c
SRC += $(TARGET_SRC)