]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - macway/Makefile
Fixed Makefile to adjust new directories.
[max/tmk_keyboard.git] / macway / Makefile
index b8b0a85e1e6bebd90f0682771d1d7fd7e0eaac9d..83d31b67476bf6fad5ed027de224ce0dddf78cb0 100644 (file)
@@ -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