summaryrefslogtreecommitdiff
path: root/macway/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macway/Makefile')
-rw-r--r--macway/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/macway/Makefile b/macway/Makefile
index b8b0a85e1e..83d31b6747 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