X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fserialmouse_usb%2FMakefile;h=34f550b31467ccde79183de94cba0fa229fe0543;hb=b47a88f4a5c3e054539f4113cdf13cf8d2c65545;hp=ea0e439bd7b40b2807997012f509251257a3a057;hpb=b9e265368fde73daff069788dcb58c8230d01b32;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