diff options
author | tmk <nobody@nowhere> | 2014-07-19 02:33:23 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-07-30 14:38:26 +0900 |
commit | 59ea5e02f76a37e5021c5f9d02af149e48e7c07c (patch) | |
tree | 816e1555f73552df3f59a3d08f654c1e23f532fd /keyboard/hhkb_rn42/Makefile | |
parent | b4e4f599dfe1b3ecff69ab248866e7b801c35f1e (diff) |
Mkdir rn42
Diffstat (limited to 'keyboard/hhkb_rn42/Makefile')
-rw-r--r-- | keyboard/hhkb_rn42/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/keyboard/hhkb_rn42/Makefile b/keyboard/hhkb_rn42/Makefile index 7a27a43c04..b46b777898 100644 --- a/keyboard/hhkb_rn42/Makefile +++ b/keyboard/hhkb_rn42/Makefile @@ -51,12 +51,7 @@ TARGET_DIR = . # List C source files here. (C dependencies are automatically generated.) SRC += keymap_common.c \ matrix.c \ - led.c \ - serial_uart.c \ - suart.S \ - rn42.c \ - rn42_task.c \ - main.c + led.c ifdef KEYMAP SRC := keymap_$(KEYMAP).c $(SRC) @@ -135,6 +130,7 @@ COMMAND_ENABLE = yes # Commands for debug and configuration VPATH += $(TARGET_DIR) VPATH += $(TOP_DIR) +include rn42.mk include $(TOP_DIR)/protocol.mk include $(TOP_DIR)/protocol/lufa.mk include $(TOP_DIR)/common.mk |