]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/x68k_usb/Makefile
ibm4704_usb: Add Makefiles for TMK Converter
[max/tmk_keyboard.git] / converter / x68k_usb / Makefile
index fd66ed563b1fc8441bf19220d72e2c4e33cdd9b6..60e9a57467626f3ed872936fc39aa4d357aed914 100644 (file)
@@ -7,7 +7,7 @@
 TARGET = x68k_usb_pjrc
 
 # Directory common source filess exist
-TOP_DIR = ../..
+TMK_DIR = ../../tmk_core
 
 # Directory keyboard dependent files exist
 TARGET_DIR = .
@@ -16,8 +16,7 @@ TARGET_DIR = .
 SRC =  keymap.c \
        matrix.c \
        led.c \
-       protocol/x68k.c
-#      protocol/serial_uart.c
+       protocol/serial_uart.c
 
 CONFIG_H = config_pjrc.h
 
@@ -93,10 +92,10 @@ PROGRAM_CMD = dfu-programmer atmega32u4 flash $(TARGET).hex
 
 # Search Path
 VPATH += $(TARGET_DIR)
-VPATH += $(TOP_DIR)
+VPATH += $(TMK_DIR)
 
 
-include $(TOP_DIR)/protocol/pjrc.mk
-include $(TOP_DIR)/protocol.mk
-include $(TOP_DIR)/common.mk
-include $(TOP_DIR)/rules.mk
+include $(TMK_DIR)/protocol/pjrc.mk
+include $(TMK_DIR)/protocol.mk
+include $(TMK_DIR)/common.mk
+include $(TMK_DIR)/rules.mk