From 61e12a3157ea6860f23bf8e29372aa70aeb02be0 Mon Sep 17 00:00:00 2001 From: tmk Date: Sat, 7 May 2011 00:04:18 +0900 Subject: move files: main_vusb.c ps2_usart.c sendchar_usart.c from ps2_usb to common dir --- Makefile.vusb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.vusb') 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) -- cgit v1.2.3