Skip to content

Commit e772178

Browse files
Fix make zips for DevoF4 and DevoF7
1 parent f2864c1 commit e772178

11 files changed

Lines changed: 11 additions & 13 deletions

File tree

src/target/tx/devo/devof4-XMS/Makefile.inc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FILESYSTEMS := common text
22
SCREENSIZE := text
3+
DISPLAY_DRIVER := spi/video_ia9211.c
34

45
OPTIMIZE_DFU := 1
56
MODULAR := 0x20004000
@@ -10,8 +11,6 @@ include target/tx/devo/common/Makefile.inc
1011
ifndef BUILD_TARGET
1112

1213
SRC_C += $(SDIR)/target/tx/devo/devof7/backlight.c\
13-
$(SDIR)/target/tx/devo/devof7/ia9211_map.c \
14-
$(SDIR)/target/tx/devo/devof7/lcd.c \
1514
$(SDIR)/target/tx/devo/devof7/tx_buttons.c \
1615
$(SDIR)/target/tx/devo/devof7/crc.c
1716

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
INCLUDE target/devof7/devof7.ld
1+
INCLUDE target/tx/devo/devof7/devof7.ld
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
INCLUDE target/devof7/devof7_opt.ld
1+
INCLUDE target/tx/devo/devof7/devof7_opt.ld
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
INCLUDE target/devof7/protocol.ld
1+
INCLUDE target/tx/devo/devof7/protocol.ld

src/target/tx/devo/devof4/Makefile.inc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
SCREENSIZE := text
2+
DISPLAY_DRIVER := spi/video_ia9211.c
23
FILESYSTEMS := common text
34

45
OPTIMIZE_DFU := 1
@@ -19,8 +20,6 @@ MEDIA_FILES =
1920
NUM_MODELS ?= 10
2021

2122
SRC_C += $(SDIR)/target/tx/devo/devof7/backlight.c\
22-
$(SDIR)/target/tx/devo/devof7/ia9211_map.c \
23-
$(SDIR)/target/tx/devo/devof7/lcd.c \
2423
$(SDIR)/target/tx/devo/devof7/tx_buttons.c \
2524
$(SDIR)/target/tx/devo/devof7/crc.c
2625

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
INCLUDE target/devof7/devof7.ld
1+
INCLUDE target/tx/devo/devof7/devof7.ld
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
INCLUDE target/devof7/devof7_opt.ld
1+
INCLUDE target/tx/devo/devof7/devof7_opt.ld
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
INCLUDE target/devof7/protocol.ld
1+
INCLUDE target/tx/devo/devof7/protocol.ld
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
INCLUDE target/devof7/devof7.ld
1+
INCLUDE target/tx/devo/devof7/devof7.ld
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
INCLUDE target/devof7/devof7_opt.ld
1+
INCLUDE target/tx/devo/devof7/devof7_opt.ld

0 commit comments

Comments
 (0)