diff options
author | tmk <nobody@nowhere> | 2013-02-25 03:09:10 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-02-25 03:09:10 +0900 |
commit | ea1ede83c36272ccaeb5e4d80efc3885edbb9209 (patch) | |
tree | 44bbaa64b89d360e8aeed26edd96e9f4b74dc6f2 /converter/pc98_usb/Makefile | |
parent | 90e6ff92f44511c7ef75f62ceaa186458be3dba2 (diff) |
Add serial_uart.c and use it for PC98
Diffstat (limited to 'converter/pc98_usb/Makefile')
-rw-r--r-- | converter/pc98_usb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/pc98_usb/Makefile b/converter/pc98_usb/Makefile index 076371dbfd..2575d86672 100644 --- a/converter/pc98_usb/Makefile +++ b/converter/pc98_usb/Makefile @@ -11,8 +11,8 @@ TARGET_DIR = . SRC = keymap.c \ matrix.c \ led.c \ - command_extra.c \ - protocol/serial_soft.c + protocol/serial_uart.c +# protocol/serial_soft.c CONFIG_H = config.h |