X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fkmac%2FMakefile.lufa;h=9745f43cd4d95c4bda1dbcf77865bbbcf1d16faf;hb=c61210cfff21f88c25ad102dcd3afe58ce251c96;hp=09343d4bc4d607a3d3fda16f64a2da045ef5b3e2;hpb=43e5ca60af373cd0612a0ff51dccd7d784c4a6dd;p=max%2Ftmk_keyboard.git diff --git a/keyboard/kmac/Makefile.lufa b/keyboard/kmac/Makefile.lufa index 09343d4b..9745f43c 100644 --- a/keyboard/kmac/Makefile.lufa +++ b/keyboard/kmac/Makefile.lufa @@ -42,7 +42,7 @@ TARGET = kmac_lufa # Directory common source filess exist -TOP_DIR = ../.. +TMK_DIR = ../../tmk_core # Directory keyboard dependent files exist TARGET_DIR = . @@ -117,11 +117,11 @@ 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)/common.mk -include $(TOP_DIR)/rules.mk +include $(TMK_DIR)/protocol/lufa.mk +include $(TMK_DIR)/common.mk +include $(TMK_DIR)/rules.mk winkey: OPT_DEFS += -DLAYOUT_WINKEY winkey: all