]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - converter/next_usb/Makefile
Change TOP_DIR to TMK_DIR in makefiles
[qmk_firmware.git] / converter / next_usb / Makefile
index fef539a147da3ec5e1cb211faeee606db0e56f27..719081f9b3f72b4530e7f72d6bcc69c298325306 100644 (file)
@@ -2,7 +2,7 @@
 TARGET = next_usb
 
 # Directory common source filess exist
-TOP_DIR = ../..
+TMK_DIR = ../..
 
 # Directory keyboard dependent files exist
 TARGET_DIR = .
@@ -78,10 +78,10 @@ SRC += next_kbd.c
 
 # Search Path
 VPATH += $(TARGET_DIR)
-VPATH += $(TOP_DIR)
+VPATH += $(TMK_DIR)
 
 
-include $(TOP_DIR)/protocol.mk
-include $(TOP_DIR)/protocol/lufa.mk
-include $(TOP_DIR)/common.mk
-include $(TOP_DIR)/rules.mk
+include $(TMK_DIR)/protocol.mk
+include $(TMK_DIR)/protocol/lufa.mk
+include $(TMK_DIR)/common.mk
+include $(TMK_DIR)/rules.mk