X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fm0110_usb%2FMakefile;h=1fee258a6fbc12eb02e0b81520e9784728d6b6ff;hb=2769f09d11a4c45362f2e6137f2469d057d8757e;hp=4a687b93334e378c951e2eb3c001bf0d5de3027f;hpb=6d79e6579f1b769f3547856b8af56bd357580adf;p=max%2Ftmk_keyboard.git diff --git a/converter/m0110_usb/Makefile b/converter/m0110_usb/Makefile index 4a687b93..1fee258a 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