From a5462d6192909dd0abbae15b19d634ca1c0ed4a2 Mon Sep 17 00:00:00 2001 From: Dana Conrad Date: Mon, 2 Sep 2024 19:27:59 +0000 Subject: erosqnative: Give erosqnative_v3 its own target ID and modelname This is needed so "make clean; make reconf" will work correctly. Change-Id: Ife13e59ac6054f04f7095aa2263ec64595eeb3a2 --- firmware/target/mips/ingenic_x1000/x1000boot.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/target/mips/ingenic_x1000/x1000boot.make') diff --git a/firmware/target/mips/ingenic_x1000/x1000boot.make b/firmware/target/mips/ingenic_x1000/x1000boot.make index 0bdf5cf7b4..7a861b0a3d 100644 --- a/firmware/target/mips/ingenic_x1000/x1000boot.make +++ b/firmware/target/mips/ingenic_x1000/x1000boot.make @@ -12,7 +12,7 @@ include $(ROOTDIR)/lib/microtar/microtar.make INCLUDES += -I$(APPSDIR) SRC += $(call preprocess, $(APPSDIR)/SOURCES) -LDSDEP := $(FIRMDIR)/export/cpu.h $(FIRMDIR)/export/config/$(MODELNAME).h +LDSDEP := $(FIRMDIR)/export/cpu.h $(FIRMDIR)/export/config.h BOOTLDS := $(FIRMDIR)/target/$(CPU)/$(MANUFACTURER)/boot.lds BOOTLINK := $(BUILDDIR)/boot.link -- cgit v1.2.3