]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - ps2_usb/Makefile.pjrc_usart
Fixed Makefile to adjust new directories.
[max/tmk_keyboard.git] / ps2_usb / Makefile.pjrc_usart
index e620e66c250b5c00fc4b2a2323bfd63455dfe9d5..2e570e7107f7b72c6e8d54c0e03cd535592d52d7 100644 (file)
@@ -7,7 +7,7 @@
 TARGET = ps2_usb_pjrc_usart
 
 # 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