summaryrefslogtreecommitdiffstats
path: root/m0110_usb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'm0110_usb/Makefile')
-rw-r--r--m0110_usb/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/m0110_usb/Makefile b/m0110_usb/Makefile
index fccfaa521..e4fa526c5 100644
--- a/m0110_usb/Makefile
+++ b/m0110_usb/Makefile
@@ -2,7 +2,7 @@
TARGET = m0110
# Directory common source filess exist
-COMMON_DIR = ..
+TOP_DIR = ..
# Directory keyboard dependent files exist
TARGET_DIR = .
@@ -48,8 +48,10 @@ 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
hasu: EXTRAFLAGS += -DHASU
hasu: all