X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=ps2_usb%2FMakefile;h=515e6899fe2d7bfe0543369b3a52e910cea83bec;hb=63d82fcaeb78d0764f39667b937262ed4a692c17;hp=f003aea01d6d1648d4c185dc43f471b314d6e4bd;hpb=f4125707399d11a7d80587659c464b9bcddb8c56;p=max%2Ftmk_keyboard.git diff --git a/ps2_usb/Makefile b/ps2_usb/Makefile index f003aea0..515e6899 100644 --- a/ps2_usb/Makefile +++ b/ps2_usb/Makefile @@ -7,7 +7,7 @@ TARGET = ps2_usb_pjrc # Directory common source filess exist -COMMON_DIR = .. +TOP_DIR = .. # Directory keyboard dependent files exist TARGET_DIR = . @@ -52,5 +52,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