diff options
Diffstat (limited to 'converter/m0110_usb/Makefile')
-rw-r--r-- | converter/m0110_usb/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/converter/m0110_usb/Makefile b/converter/m0110_usb/Makefile index 4a687b9333..1fee258a6f 100644 --- a/converter/m0110_usb/Makefile +++ b/converter/m0110_usb/Makefile @@ -8,8 +8,7 @@ TOP_DIR = ../.. TARGET_DIR = . # keyboard dependent files -SRC = main.c \ - keymap.c \ +SRC = keymap.c \ matrix.c \ led.c \ m0110.c @@ -47,6 +46,10 @@ EXTRAKEY_ENABLE = yes # Audio control and System control PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex +# Search Path +VPATH += $(TARGET_DIR) +VPATH += $(TOP_DIR) + include $(TOP_DIR)/protocol/pjrc.mk include $(TOP_DIR)/protocol.mk |