diff options
Diffstat (limited to 'ps2_usb')
| -rw-r--r-- | ps2_usb/Makefile | 8 | ||||
| -rw-r--r-- | ps2_usb/Makefile.pjrc_usart | 8 | ||||
| -rw-r--r-- | ps2_usb/Makefile.vusb | 8 |
3 files changed, 15 insertions, 9 deletions
diff --git a/ps2_usb/Makefile b/ps2_usb/Makefile index f003aea01..515e6899f 100644 --- a/ps2_usb/Makefile +++ b/ps2_usb/Makefile | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | TARGET = ps2_usb_pjrc | 7 | TARGET = ps2_usb_pjrc |
| 8 | 8 | ||
| 9 | # Directory common source filess exist | 9 | # Directory common source filess exist |
| 10 | COMMON_DIR = .. | 10 | TOP_DIR = .. |
| 11 | 11 | ||
| 12 | # Directory keyboard dependent files exist | 12 | # Directory keyboard dependent files exist |
| 13 | TARGET_DIR = . | 13 | TARGET_DIR = . |
| @@ -52,5 +52,7 @@ PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex | |||
| 52 | 52 | ||
| 53 | 53 | ||
| 54 | 54 | ||
| 55 | include $(COMMON_DIR)/pjrc.mk | 55 | include $(TOP_DIR)/protocol/pjrc.mk |
| 56 | include $(COMMON_DIR)/common.mk | 56 | include $(TOP_DIR)/protocol.mk |
| 57 | include $(TOP_DIR)/common.mk | ||
| 58 | include $(TOP_DIR)/rules.mk | ||
diff --git a/ps2_usb/Makefile.pjrc_usart b/ps2_usb/Makefile.pjrc_usart index e620e66c2..2e570e710 100644 --- a/ps2_usb/Makefile.pjrc_usart +++ b/ps2_usb/Makefile.pjrc_usart | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | TARGET = ps2_usb_pjrc_usart | 7 | TARGET = ps2_usb_pjrc_usart |
| 8 | 8 | ||
| 9 | # Directory common source filess exist | 9 | # Directory common source filess exist |
| 10 | COMMON_DIR = .. | 10 | TOP_DIR = .. |
| 11 | 11 | ||
| 12 | # Directory keyboard dependent files exist | 12 | # Directory keyboard dependent files exist |
| 13 | TARGET_DIR = . | 13 | TARGET_DIR = . |
| @@ -52,5 +52,7 @@ PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex | |||
| 52 | 52 | ||
| 53 | 53 | ||
| 54 | 54 | ||
| 55 | include $(COMMON_DIR)/pjrc.mk | 55 | include $(TOP_DIR)/protocol/pjrc.mk |
| 56 | include $(COMMON_DIR)/common.mk | 56 | include $(TOP_DIR)/protocol.mk |
| 57 | include $(TOP_DIR)/common.mk | ||
| 58 | include $(TOP_DIR)/rules.mk | ||
diff --git a/ps2_usb/Makefile.vusb b/ps2_usb/Makefile.vusb index 5b6978f01..d85f1d55d 100644 --- a/ps2_usb/Makefile.vusb +++ b/ps2_usb/Makefile.vusb | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | TARGET = ps2_usb_vusb | 7 | TARGET = ps2_usb_vusb |
| 8 | 8 | ||
| 9 | # Directory common source filess exist | 9 | # Directory common source filess exist |
| 10 | COMMON_DIR = .. | 10 | TOP_DIR = .. |
| 11 | 11 | ||
| 12 | # Directory keyboard dependent files exist | 12 | # Directory keyboard dependent files exist |
| 13 | TARGET_DIR = . | 13 | TARGET_DIR = . |
| @@ -86,5 +86,7 @@ PROGRAM_CMD = $(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE | |||
| 86 | 86 | ||
| 87 | 87 | ||
| 88 | 88 | ||
| 89 | include $(COMMON_DIR)/vusb.mk | 89 | include $(TOP_DIR)/protocol/vusb.mk |
| 90 | include $(COMMON_DIR)/common.mk | 90 | include $(TOP_DIR)/protocol.mk |
| 91 | include $(TOP_DIR)/common.mk | ||
| 92 | include $(TOP_DIR)/rules.mk | ||
