diff options
author | 2011-05-07 00:04:18 +0900 | |
---|---|---|
committer | 2011-05-07 00:48:18 +0900 | |
commit | 61e12a3157ea6860f23bf8e29372aa70aeb02be0 (patch) | |
tree | b93de00a8deb10713eec89edfb315d5b447201d6 /Makefile.vusb | |
parent | a6b31e950fe8de3dc4888e2f90a4001a6caee483 (diff) | |
download | qmk_firmware-61e12a3157ea6860f23bf8e29372aa70aeb02be0.tar.gz |
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.vusb | 3 |
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) |