aboutsummaryrefslogtreecommitdiffstats
path: root/converter/terminal_usb/Makefile.122_pjrc
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-06-30 14:56:24 +0900
committertmk <nobody@nowhere>2012-06-30 14:56:24 +0900
commitfca518f90dfc7f72132ff7950b000cfbd5709807 (patch)
tree1c61e7b91f1f4986232a1fdca421b3346f8a9431 /converter/terminal_usb/Makefile.122_pjrc
parent76033dcd892a115240c5a990e5643cd53acbca87 (diff)
parent2769f09d11a4c45362f2e6137f2469d057d8757e (diff)
downloadfirmware-fca518f90dfc7f72132ff7950b000cfbd5709807.tar.gz
firmware-fca518f90dfc7f72132ff7950b000cfbd5709807.tar.bz2
firmware-fca518f90dfc7f72132ff7950b000cfbd5709807.zip
Merge branch 'lufa'
Diffstat (limited to 'converter/terminal_usb/Makefile.122_pjrc')
-rw-r--r--converter/terminal_usb/Makefile.122_pjrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/converter/terminal_usb/Makefile.122_pjrc b/converter/terminal_usb/Makefile.122_pjrc
index bec00510e..ee42dd743 100644
--- a/converter/terminal_usb/Makefile.122_pjrc
+++ b/converter/terminal_usb/Makefile.122_pjrc
@@ -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