X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=x68k_usb%2FMakefile;h=0127c0bf8409b9f8615c0adb1580f19c19e35d26;hb=63d82fcaeb78d0764f39667b937262ed4a692c17;hp=c4b9b221b0b8a2f7c09cf1c4768f2231caf1c1f8;hpb=f4125707399d11a7d80587659c464b9bcddb8c56;p=max%2Ftmk_keyboard.git diff --git a/x68k_usb/Makefile b/x68k_usb/Makefile index c4b9b221..0127c0bf 100644 --- a/x68k_usb/Makefile +++ b/x68k_usb/Makefile @@ -7,7 +7,7 @@ TARGET = x68k_usb_pjrc # Directory common source filess exist -COMMON_DIR = .. +TOP_DIR = .. # Directory keyboard dependent files exist TARGET_DIR = . @@ -81,5 +81,7 @@ PROGRAM_CMD = dfu-programmer atmega32u4 flash $(TARGET).hex -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