diff options
author | tmk <nobody@nowhere> | 2011-05-07 00:04:18 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-05-07 00:48:18 +0900 |
commit | 61e12a3157ea6860f23bf8e29372aa70aeb02be0 (patch) | |
tree | b93de00a8deb10713eec89edfb315d5b447201d6 /ps2_usb/Makefile | |
parent | a6b31e950fe8de3dc4888e2f90a4001a6caee483 (diff) |
move files: main_vusb.c ps2_usart.c sendchar_usart.c from ps2_usb to common dir
Diffstat (limited to 'ps2_usb/Makefile')
-rwxr-xr-x | ps2_usb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ps2_usb/Makefile b/ps2_usb/Makefile index 7b55e02019..605962915f 100755 --- a/ps2_usb/Makefile +++ b/ps2_usb/Makefile @@ -10,7 +10,7 @@ TARGET_DIR = . # keyboard dependent files TARGET_SRC = main_pjrc.c \ keymap.c \ - matrix.c \ + matrix.c \ led.c \ ps2.c |