X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=adb_usb%2FMakefile;h=97850b0e86c23ea09178e7e6bc547294e4c566b5;hb=63d82fcaeb78d0764f39667b937262ed4a692c17;hp=f4c5031cb6c2f291e25944d28e6f566fae84d24e;hpb=f4125707399d11a7d80587659c464b9bcddb8c56;p=max%2Ftmk_keyboard.git diff --git a/adb_usb/Makefile b/adb_usb/Makefile index f4c5031c..97850b0e 100644 --- a/adb_usb/Makefile +++ b/adb_usb/Makefile @@ -2,7 +2,7 @@ TARGET = adb_usb # Directory common source filess exist -COMMON_DIR = .. +TOP_DIR = .. # Directory keyboard dependent files exist TARGET_DIR = . @@ -48,5 +48,7 @@ PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(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