]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - x68k_usb/Makefile
Fixed Makefile to adjust new directories.
[max/tmk_keyboard.git] / x68k_usb / Makefile
index c4b9b221b0b8a2f7c09cf1c4768f2231caf1c1f8..0127c0bf8409b9f8615c0adb1580f19c19e35d26 100644 (file)
@@ -7,7 +7,7 @@
 TARGET = x68k_usb_pjrc
 
 # Directory common source filess exist
-COMMON_DIR = ..
+TOP_DIR = ..
 
 # Directory keyboard dependent files exist
 TARGET_DIR = .
@@ -81,5 +81,7 @@ PROGRAM_CMD = dfu-programmer atmega32u4 flash $(TARGET).hex
 
 
 
-include $(COMMON_DIR)/pjrc.mk
-include $(COMMON_DIR)/common.mk
+include $(TOP_DIR)/protocol/pjrc.mk
+include $(TOP_DIR)/protocol.mk
+include $(TOP_DIR)/common.mk
+include $(TOP_DIR)/rules.mk