Skip to content

Commit c2ed8c9

Browse files
author
Hendry Kaak
committed
Makefile: Add support for Interfaceboard v1.5
1 parent b204f9d commit c2ed8c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ endif
6767
default:
6868
$(MAKE) all BOARD_TYPE=interfaceboard CURRENT_HW_REVISION=0x13 COMPATIBLE_HW_REVISION=0x01
6969
$(MAKE) all BOARD_TYPE=interfaceboard CURRENT_HW_REVISION=0x14 COMPATIBLE_HW_REVISION=0x01
70+
$(MAKE) all BOARD_TYPE=interfaceboard CURRENT_HW_REVISION=0x15 COMPATIBLE_HW_REVISION=0x01
7071

7172
all: hex fuses size
7273

0 commit comments

Comments
 (0)