summaryrefslogtreecommitdiff
path: root/keyboard/hhkb_rn42/rn42.mk
diff options
context:
space:
mode:
authortmk <hasu@tmk-kbd.com>2015-01-16 10:21:18 +0900
committertmk <hasu@tmk-kbd.com>2015-01-16 10:21:18 +0900
commit099701dd3130d433244b3a4102f36f547aec25ae (patch)
tree3624044b5dede28f377e262f66d4f90963e0870d /keyboard/hhkb_rn42/rn42.mk
parentce6698865046c2d5e5fae73a74323048036e7d44 (diff)
hhkb: Integrate RN-42 support, remove hhkb_rn42
Diffstat (limited to 'keyboard/hhkb_rn42/rn42.mk')
-rw-r--r--keyboard/hhkb_rn42/rn42.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboard/hhkb_rn42/rn42.mk b/keyboard/hhkb_rn42/rn42.mk
deleted file mode 100644
index fd6f7db1a8..0000000000
--- a/keyboard/hhkb_rn42/rn42.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-RN42_DIR = rn42
-
-SRC += serial_uart.c \
- rn42/suart.S \
- rn42/rn42.c \
- rn42/rn42_task.c \
- rn42/battery.c \
- rn42/main.c
-
-OPT_DEFS += -DPROTOCOL_RN42
-
-VPATH += $(RN42_DIR)