X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fkitten_paw%2FMakefile.lufa;h=a45a3edb96d28ba5005efad5bd3f5898fd38720e;hb=81fe1fda6168dcbe989acef89c089e81dff6c4a5;hp=4a643ea7900a8b0e73a005ff8778a294d6ff687c;hpb=a70acecb1c1777acd719747e1b6b0829c245149c;p=max%2Ftmk_keyboard.git diff --git a/keyboard/kitten_paw/Makefile.lufa b/keyboard/kitten_paw/Makefile.lufa index 4a643ea7..a45a3edb 100644 --- a/keyboard/kitten_paw/Makefile.lufa +++ b/keyboard/kitten_paw/Makefile.lufa @@ -42,7 +42,7 @@ TARGET = kittenpaw_lufa # Directory common source filess exist -TOP_DIR = ../.. +TMK_DIR = ../../tmk_core # Directory keyboard dependent files exist TARGET_DIR = . @@ -110,8 +110,8 @@ 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