]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - ps2_usb/Makefile
Fixed Makefile to adjust new directories.
[max/tmk_keyboard.git] / ps2_usb / Makefile
index f003aea01d6d1648d4c185dc43f471b314d6e4bd..515e6899fe2d7bfe0543369b3a52e910cea83bec 100644 (file)
@@ -7,7 +7,7 @@
 TARGET = ps2_usb_pjrc
 
 # Directory common source filess exist
-COMMON_DIR = ..
+TOP_DIR = ..
 
 # Directory keyboard dependent files exist
 TARGET_DIR = .
@@ -52,5 +52,7 @@ PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(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