]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - keyboard/alps64/Makefile
hhkb: Change keymap
[max/tmk_keyboard.git] / keyboard / alps64 / Makefile
index a7d59309e828748f7dd3d7c9a66adf35cbd01931..e90dcedb673022f1aca9933402ed75ed63869071 100644 (file)
@@ -42,7 +42,7 @@
 TARGET = alps64
 
 # Directory common source filess exist
-TOP_DIR = ../..
+TMK_DIR = ../../tmk_core
 
 # Directory keyboard dependent files exist
 TARGET_DIR = .
@@ -127,8 +127,8 @@ COMMAND_ENABLE = yes    # Commands for debug and configuration
 
 # Search Path
 VPATH += $(TARGET_DIR)
-VPATH += $(TOP_DIR)
+VPATH += $(TMK_DIR)
 
-include $(TOP_DIR)/protocol/lufa.mk
-include $(TOP_DIR)/common.mk
-include $(TOP_DIR)/rules.mk
+include $(TMK_DIR)/protocol/lufa.mk
+include $(TMK_DIR)/common.mk
+include $(TMK_DIR)/rules.mk