]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - keyboard/IIgs/Makefile
sun_usb: import dastels's keymap of Type 3
[max/tmk_keyboard.git] / keyboard / IIgs / Makefile
index c18e9720c7534da819e5eb98d227ee13cd6dccf6..3bf380e64b14747bc14f67626e2e4e514cc2a511 100644 (file)
@@ -42,7 +42,7 @@
 TARGET = IIgs_Standard
 
 # Directory common source filess exist
-TOP_DIR = ../..
+TMK_DIR = ../../tmk_core
 
 # Directory keyboard dependent files exist
 TARGET_DIR = .
@@ -88,8 +88,8 @@ PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex
 
 # 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