]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/x68k_usb/Makefile
Fix Makefiles.
[max/tmk_keyboard.git] / converter / x68k_usb / Makefile
index c3b5fa29f322c9f5526989cbcc6d122c8e328e5b..62b976c56f639812144866c7bea4a5745c60fdd4 100644 (file)
@@ -13,8 +13,7 @@ TOP_DIR = ../..
 TARGET_DIR = .
 
 # keyboard dependent files
-SRC =  main.c \
-       keymap.c \
+SRC =  keymap.c \
        matrix.c \
        led.c \
        x68k.c
@@ -80,6 +79,10 @@ AVRDUDE_FLAGS += $(AVRDUDE_ERASE_COUNTER)
 PROGRAM_CMD = dfu-programmer atmega32u4 flash $(TARGET).hex
 
 
+# Search Path
+VPATH += $(TARGET_DIR)
+VPATH += $(TOP_DIR)
+
 
 include $(TOP_DIR)/protocol/pjrc.mk
 include $(TOP_DIR)/protocol.mk