X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fserialmouse_usb%2FMakefile;h=34f550b31467ccde79183de94cba0fa229fe0543;hb=325a99acd9c81f60519b6e594b2bf5d1e478ac56;hp=ea0e439bd7b40b2807997012f509251257a3a057;hpb=4799c99b4d1f065d1c23f3f27df079072d0ce8e9;p=max%2Ftmk_keyboard.git diff --git a/converter/serialmouse_usb/Makefile b/converter/serialmouse_usb/Makefile index ea0e439b..34f550b3 100644 --- a/converter/serialmouse_usb/Makefile +++ b/converter/serialmouse_usb/Makefile @@ -5,7 +5,7 @@ TARGET = serialmouse_usb # Directory common source filess exist -TOP_DIR = ../.. +TMK_DIR = ../../tmk_core # Directory keyboard dependent files exist TARGET_DIR = . @@ -98,9 +98,9 @@ SERIAL_MOUSE_USE_SOFT = yes # use software serial implementation # 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