]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/terminal_usb/Makefile.122_pjrc
Fix Makefiles.
[max/tmk_keyboard.git] / converter / terminal_usb / Makefile.122_pjrc
index bec00510e58ccf220c4485cf2fdd0a67b0d7daf4..ee42dd7436ce6d37255b48ed5798967b4119c5c5 100644 (file)
@@ -13,8 +13,7 @@ TOP_DIR = ../..
 TARGET_DIR = .
 
 # keyboard dependent files
-SRC =  main.c \
-       keymap_122.c \
+SRC =  keymap_122.c \
        matrix.c \
        led.c \
        ps2.c
@@ -51,6 +50,10 @@ F_CPU = 16000000
 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