]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - terminal_usb/Makefile.122_pjrc
Fixed Makefile to adjust new directories.
[max/tmk_keyboard.git] / terminal_usb / Makefile.122_pjrc
index b91e484ff2a4391e15ce0f74af65c6426c6bad6a..1f21d4e6cad02481495b0f348f03c1a30db694b6 100644 (file)
@@ -7,7 +7,7 @@
 TARGET = terminal_usb_122_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