X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fpc98_usb%2FMakefile;h=9892276d7fb56df3b5c93b62737c4375acd58c56;hb=ad1c5594928ce952f5205b0f9aaf3e8c04771336;hp=71c7858f37843617e1f88f8d70ab9a2ec11f1461;hpb=353a9b56e6caee853d3f808d2bfedf07056b4518;p=max%2Ftmk_keyboard.git diff --git a/converter/pc98_usb/Makefile b/converter/pc98_usb/Makefile index 71c7858f..9892276d 100644 --- a/converter/pc98_usb/Makefile +++ b/converter/pc98_usb/Makefile @@ -2,7 +2,7 @@ TARGET = pc98_usb # Directory common source filess exist -TOP_DIR = ../.. +TMK_DIR = ../../tmk_core # Directory keyboard dependent files exist TARGET_DIR = . @@ -74,10 +74,10 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 # Search Path VPATH += $(TARGET_DIR) -VPATH += $(TOP_DIR) +VPATH += $(TMK_DIR) -include $(TOP_DIR)/protocol/lufa.mk -include $(TOP_DIR)/protocol.mk -include $(TOP_DIR)/common.mk -include $(TOP_DIR)/rules.mk +include $(TMK_DIR)/protocol/lufa.mk +include $(TMK_DIR)/protocol.mk +include $(TMK_DIR)/common.mk +include $(TMK_DIR)/rules.mk