summaryrefslogtreecommitdiff
path: root/ps2_vusb/Makefile
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2011-02-03 13:26:44 +0900
committertmk <nobody@nowhere>2011-02-22 03:08:52 +0900
commit0632618d29dfb30c76b4e7c310dc7bee36919f63 (patch)
tree8a5b0bab7a1b46b83943e3676cf868137fd91fa7 /ps2_vusb/Makefile
parent4f5f1a53d449172263e83c5769c92976e0d3332e (diff)
added initial support of mousekeys to ps2_vusb
Diffstat (limited to 'ps2_vusb/Makefile')
-rw-r--r--ps2_vusb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ps2_vusb/Makefile b/ps2_vusb/Makefile
index 48748a7492..5b25e51439 100644
--- a/ps2_vusb/Makefile
+++ b/ps2_vusb/Makefile
@@ -9,11 +9,13 @@ TARGET_DIR = .
# keyboard dependent files
TARGET_SRC = main.c \
- keyboard_vusb.c \
+ keyboard.c \
+ mousekey.c \
layer.c \
keymap.c \
matrix.c \
ps2.c \
+ host_vusb.c \
print.c \
util.c \
timer.c \