]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - sony_usb/Makefile.pjrc
Fixed Makefile to adjust new directories.
[max/tmk_keyboard.git] / sony_usb / Makefile.pjrc
index 2a4eeff13aec0196ad0020bfd4accfbba8208db0..b7e22dfaceb341f0819d2d6a97e80b96726dce8b 100644 (file)
@@ -7,7 +7,7 @@
 TARGET = news_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