X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fibm4704_usb%2FMakefile;h=b5c97d2d314604440340be37a442c485576849ea;hb=79cfa894afbc0a94ac642f57de905d9afc068ce7;hp=112b00129dc24ee270df06c53bb555a89344ca99;hpb=0f827cf94ccd6bef490ba889bc86c61483b1eb80;p=max%2Ftmk_keyboard.git diff --git a/converter/ibm4704_usb/Makefile b/converter/ibm4704_usb/Makefile index 112b0012..b5c97d2d 100644 --- a/converter/ibm4704_usb/Makefile +++ b/converter/ibm4704_usb/Makefile @@ -2,7 +2,7 @@ TARGET = ibm4704_usb # Directory common source filess exist -TOP_DIR = ../.. +TMK_DIR = ../../tmk_core # Directory keyboard dependent files exist TARGET_DIR = . @@ -85,9 +85,9 @@ COMMAND_ENABLE = yes # Commands for debug and configuration # 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