X-Git-Url: https://git.donarmstrong.com/?p=tmk_firmware.git;a=blobdiff_plain;f=keyboard%2Fhhkb_rn42%2FMakefile;h=b46b777898d1ea0a8955b4382fe3b7e59d7ebfa1;hp=7a27a43c0468f8593cf0bdac6b19e7b6129d6eeb;hb=59ea5e02f76a37e5021c5f9d02af149e48e7c07c;hpb=b4e4f599dfe1b3ecff69ab248866e7b801c35f1e diff --git a/keyboard/hhkb_rn42/Makefile b/keyboard/hhkb_rn42/Makefile index 7a27a43..b46b777 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