move files: main_vusb.c ps2_usart.c sendchar_usart.c from ps2_usb to common dir

This commit is contained in:
tmk
2011-05-07 00:04:18 +09:00
parent a6b31e950f
commit 61e12a3157
8 changed files with 25 additions and 71 deletions

View File

@@ -2,7 +2,8 @@ OPT_DEFS += -DHOST_VUSB
SRC = usbdrv.c \
usbdrvasm.S \
oddebug.c
oddebug.c \
sendchar_usart.c
SRC += $(TARGET_SRC)