summaryrefslogtreecommitdiff
path: root/x68k_usb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x68k_usb/Makefile')
-rw-r--r--x68k_usb/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x68k_usb/Makefile b/x68k_usb/Makefile
index c4b9b221b0..0127c0bf84 100644
--- a/x68k_usb/Makefile
+++ b/x68k_usb/Makefile
@@ -7,7 +7,7 @@
TARGET = x68k_usb_pjrc
# Directory common source filess exist
-COMMON_DIR = ..
+TOP_DIR = ..
# Directory keyboard dependent files exist
TARGET_DIR = .
@@ -81,5 +81,7 @@ PROGRAM_CMD = dfu-programmer atmega32u4 flash $(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