X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fhhkb%2FMakefile;h=2f87d42fb7147e348c3f54016136febc49adc8ce;hb=9a7eeb4918b947b933216c64fe257ef6385e2065;hp=dc5c06a948193f92afb1a04dcce9dc7ad25782c8;hpb=10a6b2c7d8bc9c5d2657acdeefa1102be5035280;p=max%2Ftmk_keyboard.git diff --git a/keyboard/hhkb/Makefile b/keyboard/hhkb/Makefile index dc5c06a9..2f87d42f 100644 --- a/keyboard/hhkb/Makefile +++ b/keyboard/hhkb/Makefile @@ -42,7 +42,7 @@ TARGET = hhkb_lufa # Directory common source filess exist -TOP_DIR = ../.. +TMK_DIR = ../../tmk_core # Directory keyboard dependent files exist TARGET_DIR = . @@ -142,11 +142,11 @@ endif # 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 debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION debug-on: all