X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=hbk%2FMakefile;h=c441e2d7aeb91da0c2954743af6ee5ee89c65542;hb=63d82fcaeb78d0764f39667b937262ed4a692c17;hp=e03b45e3a434012f7bc7f7f7d07feb38266dd553;hpb=f4125707399d11a7d80587659c464b9bcddb8c56;p=max%2Ftmk_keyboard.git diff --git a/hbk/Makefile b/hbk/Makefile index e03b45e3..c441e2d7 100644 --- a/hbk/Makefile +++ b/hbk/Makefile @@ -2,7 +2,7 @@ TARGET = hbk # Directory common source filess exist -COMMON_DIR = .. +TOP_DIR = .. # Directory keyboard dependent files exist TARGET_DIR = . @@ -50,5 +50,7 @@ PROGRAM_CMD = /opt/dfu-programmer-0.5.2/bin/dfu-programmer $(MCU) erase && \ -include $(COMMON_DIR)/pjrc.mk -include $(COMMON_DIR)/common.mk +include $(TOP_DIR)/protocol/pjrc.mk +include $(TOP_DIR)/protocol.mk +include $(TOP_DIR)/common.mk +include $(TOP_DIR)/rules.mk