X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=macway%2FMakefile;h=83d31b67476bf6fad5ed027de224ce0dddf78cb0;hb=63d82fcaeb78d0764f39667b937262ed4a692c17;hp=b8b0a85e1e6bebd90f0682771d1d7fd7e0eaac9d;hpb=f4125707399d11a7d80587659c464b9bcddb8c56;p=max%2Ftmk_keyboard.git diff --git a/macway/Makefile b/macway/Makefile index b8b0a85e..83d31b67 100644 --- a/macway/Makefile +++ b/macway/Makefile @@ -2,7 +2,7 @@ TARGET = macway # Directory common source filess exist -COMMON_DIR = .. +TOP_DIR = .. # Directory keyboard dependent files exist TARGET_DIR = . @@ -47,5 +47,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