diff options
Diffstat (limited to 'converter/m0110_usb/Makefile')
| -rw-r--r-- | converter/m0110_usb/Makefile | 12 |
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 @@ | |||
| 2 | TARGET = m0110_lufa | 2 | TARGET = m0110_lufa |
| 3 | 3 | ||
| 4 | # Directory common source filess exist | 4 | # Directory common source filess exist |
| 5 | TOP_DIR = ../.. | 5 | TMK_DIR = ../.. |
| 6 | 6 | ||
| 7 | # Directory keyboard dependent files exist | 7 | # Directory keyboard dependent files exist |
| 8 | TARGET_DIR = . | 8 | TARGET_DIR = . |
| @@ -87,10 +87,10 @@ PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex | |||
| 87 | 87 | ||
| 88 | # Search Path | 88 | # Search Path |
| 89 | VPATH += $(TARGET_DIR) | 89 | VPATH += $(TARGET_DIR) |
| 90 | VPATH += $(TOP_DIR) | 90 | VPATH += $(TMK_DIR) |
| 91 | 91 | ||
| 92 | 92 | ||
| 93 | include $(TOP_DIR)/protocol/lufa.mk | 93 | include $(TMK_DIR)/protocol/lufa.mk |
| 94 | include $(TOP_DIR)/protocol.mk | 94 | include $(TMK_DIR)/protocol.mk |
| 95 | include $(TOP_DIR)/common.mk | 95 | include $(TMK_DIR)/common.mk |
| 96 | include $(TOP_DIR)/rules.mk | 96 | include $(TMK_DIR)/rules.mk |
