X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fascii_usb%2FMakefile;h=6d977afc05d4eb8826212074673c8077c79e9274;hb=b47a88f4a5c3e054539f4113cdf13cf8d2c65545;hp=408aa423751cae4107c404ccfed624462ded9742;hpb=92cda14f7a30f14bb3836c2369d110b2c8b4cf75;p=max%2Ftmk_keyboard.git diff --git a/converter/ascii_usb/Makefile b/converter/ascii_usb/Makefile index 408aa423..6d977afc 100644 --- a/converter/ascii_usb/Makefile +++ b/converter/ascii_usb/Makefile @@ -2,7 +2,7 @@ TARGET = ascii_usb # Directory common source filess exist -TOP_DIR = ../.. +TMK_DIR = ../../tmk_core # Directory keyboard dependent files exist TARGET_DIR = . @@ -73,10 +73,10 @@ 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)/protocol.mk -include $(TOP_DIR)/common.mk -include $(TOP_DIR)/rules.mk +include $(TMK_DIR)/protocol/lufa.mk +include $(TMK_DIR)/protocol.mk +include $(TMK_DIR)/common.mk +include $(TMK_DIR)/rules.mk