X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=hhkb%2FMakefile.vusb;h=734b73a029187fd77ded33a07b18b700d078ae00;hb=63d82fcaeb78d0764f39667b937262ed4a692c17;hp=371b366900679ad808506ea0e32fd9ba1126cce6;hpb=f4125707399d11a7d80587659c464b9bcddb8c56;p=max%2Ftmk_keyboard.git diff --git a/hhkb/Makefile.vusb b/hhkb/Makefile.vusb index 371b3669..734b73a0 100644 --- a/hhkb/Makefile.vusb +++ b/hhkb/Makefile.vusb @@ -7,7 +7,7 @@ TARGET = hhkb_vusb # Directory common source filess exist -COMMON_DIR = .. +TOP_DIR = .. # Directory keyboard dependent files exist TARGET_DIR = . @@ -85,5 +85,7 @@ PROGRAM_CMD = $(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE # Search Path VPATH = $(TARGET_DIR) -include $(COMMON_DIR)/vusb.mk -include $(COMMON_DIR)/common.mk +include $(TOP_DIR)/protocol/vusb.mk +include $(TOP_DIR)/protocol.mk +include $(TOP_DIR)/common.mk +include $(TOP_DIR)/rules.mk