aboutsummaryrefslogtreecommitdiff
path: root/converter/m0110_usb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converter/m0110_usb/Makefile')
-rw-r--r--converter/m0110_usb/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/converter/m0110_usb/Makefile b/converter/m0110_usb/Makefile
index 6f20396f5..466285fe9 100644
--- a/converter/m0110_usb/Makefile
+++ b/converter/m0110_usb/Makefile
@@ -2,7 +2,7 @@
2TARGET = m0110_lufa 2TARGET = m0110_lufa
3 3
4# Directory common source filess exist 4# Directory common source filess exist
5TOP_DIR = ../.. 5TMK_DIR = ../..
6 6
7# Directory keyboard dependent files exist 7# Directory keyboard dependent files exist
8TARGET_DIR = . 8TARGET_DIR = .
@@ -87,10 +87,10 @@ PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex
87 87
88# Search Path 88# Search Path
89VPATH += $(TARGET_DIR) 89VPATH += $(TARGET_DIR)
90VPATH += $(TOP_DIR) 90VPATH += $(TMK_DIR)
91 91
92 92
93include $(TOP_DIR)/protocol/lufa.mk 93include $(TMK_DIR)/protocol/lufa.mk
94include $(TOP_DIR)/protocol.mk 94include $(TMK_DIR)/protocol.mk
95include $(TOP_DIR)/common.mk 95include $(TMK_DIR)/common.mk
96include $(TOP_DIR)/rules.mk 96include $(TMK_DIR)/rules.mk