Skip to content

Commit f2864c1

Browse files
authored
fix build (#714)
1 parent 62c0cab commit f2864c1

6 files changed

Lines changed: 20 additions & 20 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ LANGUAGE := devo10
99
include $(SDIR)/target/tx/devo/common/Makefile.inc
1010

1111
ifndef BUILD_TARGET
12-
SRC_C += $(SDIR)/target/devo10/backlight.c \
13-
$(SDIR)/target/devo10/tx_buttons.c
12+
SRC_C += $(SDIR)/target/tx/devo/devo10/backlight.c \
13+
$(SDIR)/target/tx/devo/devo10/tx_buttons.c
1414
endif

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ LANGUAGE := devo8
99
include $(SDIR)/target/tx/devo/common/Makefile.inc
1010

1111
ifndef BUILD_TARGET
12-
SRC_C += $(SDIR)/target/devo8/backlight.c
12+
SRC_C += $(SDIR)/target/tx/devo/devo8/backlight.c
1313
endif

src/target/tx/devo/devo7e-256/Makefile.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ include $(SDIR)/target/tx/devo/common/Makefile.inc
1212

1313
ifndef BUILD_TARGET
1414

15-
SRC_C += $(SDIR)/target/devo7e/backlight.c \
16-
$(SDIR)/target/devo7e/crc.c
15+
SRC_C += $(SDIR)/target/tx/devo/devo7e/backlight.c \
16+
$(SDIR)/target/tx/devo/devo7e/crc.c
1717

1818
else
1919

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ include target/tx/devo/common/Makefile.inc
99

1010
ifndef BUILD_TARGET
1111

12-
SRC_C += $(SDIR)/target/devof7/backlight.c\
13-
$(SDIR)/target/devof7/ia9211_map.c \
14-
$(SDIR)/target/devof7/lcd.c \
15-
$(SDIR)/target/devof7/tx_buttons.c \
16-
$(SDIR)/target/devof7/crc.c
12+
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 \
15+
$(SDIR)/target/tx/devo/devof7/tx_buttons.c \
16+
$(SDIR)/target/tx/devo/devof7/crc.c
1717

1818
endif

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ PRE_FS = $(ODIR)/.pre_fs
1111
INCLUDE_FS := 0
1212

1313
include target/tx/devo/common/Makefile.inc
14-
include target/common/devo/Makefile.devofs.inc
14+
include target/tx/devo/common/Makefile.devofs.inc
1515

1616
ifndef BUILD_TARGET
1717

1818
MEDIA_FILES =
1919
NUM_MODELS ?= 10
2020

21-
SRC_C += $(SDIR)/target/devof7/backlight.c\
22-
$(SDIR)/target/devof7/ia9211_map.c \
23-
$(SDIR)/target/devof7/lcd.c \
24-
$(SDIR)/target/devof7/tx_buttons.c \
25-
$(SDIR)/target/devof7/crc.c
21+
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 \
24+
$(SDIR)/target/tx/devo/devof7/tx_buttons.c \
25+
$(SDIR)/target/tx/devo/devof7/crc.c
2626

2727
else
2828

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ include target/tx/devo/common/Makefile.inc
1010

1111
ifndef BUILD_TARGET
1212

13-
SRC_C += $(SDIR)/target/devof7/backlight.c \
14-
$(SDIR)/target/devof7/channels.c \
15-
$(SDIR)/target/devof7/crc.c \
16-
$(SDIR)/target/devof7/tx_buttons.c
13+
SRC_C += $(SDIR)/target/tx/devo/devof7/backlight.c \
14+
$(SDIR)/target/tx/devo/devof7/channels.c \
15+
$(SDIR)/target/tx/devo/devof7/crc.c \
16+
$(SDIR)/target/tx/devo/devof7/tx_buttons.c
1717

1818
endif

0 commit comments

Comments
 (0)