]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - keyboard/phantom/Makefile.pjrc
Add Teensy LC onekey example.
[max/tmk_keyboard.git] / keyboard / phantom / Makefile.pjrc
index aa01ac5ab29504e81641ac4bcbda609f210eb8e6..7bf5f80f40e461585350d62e069253416d8d4fa5 100644 (file)
@@ -42,7 +42,7 @@
 TARGET = phantom_pjrc
 
 # Directory common source filess exist
-TOP_DIR = ../..
+TMK_DIR = ../../tmk_core
 
 # Directory keyboard dependent files exist
 TARGET_DIR = .
@@ -86,11 +86,11 @@ COMMAND_ENABLE = yes    # Commands for debug and configuration
 
 # Search Path
 VPATH += $(TARGET_DIR)
-VPATH += $(TOP_DIR)
+VPATH += $(TMK_DIR)
 
-include $(TOP_DIR)/protocol/pjrc.mk
-include $(TOP_DIR)/common.mk
-include $(TOP_DIR)/rules.mk
+include $(TMK_DIR)/protocol/pjrc.mk
+include $(TMK_DIR)/common.mk
+include $(TMK_DIR)/rules.mk
 
 ansi: OPT_DEFS += -DLAYOUT_ANSI
 ansi: all