X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=m0110_usb%2FMakefile;h=e4fa526c55c6b2fd324342b622f806405b5160e3;hb=63d82fcaeb78d0764f39667b937262ed4a692c17;hp=fccfaa521b6dc31f2ce2d0ca3126e3ee9adec175;hpb=f4125707399d11a7d80587659c464b9bcddb8c56;p=max%2Ftmk_keyboard.git diff --git a/m0110_usb/Makefile b/m0110_usb/Makefile index fccfaa52..e4fa526c 100644 --- a/m0110_usb/Makefile +++ b/m0110_usb/Makefile @@ -2,7 +2,7 @@ TARGET = m0110 # Directory common source filess exist -COMMON_DIR = .. +TOP_DIR = .. # Directory keyboard dependent files exist TARGET_DIR = . @@ -48,8 +48,10 @@ 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 hasu: EXTRAFLAGS += -DHASU hasu: all