diff options
author | tmk <nobody@nowhere> | 2013-02-25 15:29:47 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-02-25 15:29:47 +0900 |
commit | 000f3c4c543e0c4490787ccc3a8920d4ee0692ec (patch) | |
tree | 8cc5d21272b79d4011734ee074479c2bb99e7fc8 /converter/pc98_usb/Makefile | |
parent | 79b1f129085425c72b72bee28ed065bf243c0a0b (diff) | |
parent | 308abf598d4cc19be3c5b137bbd13d18510a083a (diff) |
Merge branch 'pc98_fix' into overlays
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 |