summaryrefslogtreecommitdiff
path: root/firmware/target/mips/ingenic_x1000/x1000boot.make
diff options
context:
space:
mode:
authorDana Conrad <dconrad@fastmail.com>2024-09-02 19:27:59 +0000
committerSolomon Peachy <pizza@shaftnet.org>2024-09-08 12:29:03 -0400
commita5462d6192909dd0abbae15b19d634ca1c0ed4a2 (patch)
treee3eea9c437dfe0385545ce71f6cba5a21f03cea5 /firmware/target/mips/ingenic_x1000/x1000boot.make
parenta86e2b5c6e2202827004755358db1dac0fde5540 (diff)
downloadrockbox-a5462d6192909dd0abbae15b19d634ca1c0ed4a2.tar.gz
rockbox-a5462d6192909dd0abbae15b19d634ca1c0ed4a2.zip
erosqnative: Give erosqnative_v3 its own target ID and modelname
This is needed so "make clean; make reconf" will work correctly. Change-Id: Ife13e59ac6054f04f7095aa2263ec64595eeb3a2
Diffstat (limited to 'firmware/target/mips/ingenic_x1000/x1000boot.make')
-rw-r--r--firmware/target/mips/ingenic_x1000/x1000boot.make2
1 files changed, 1 insertions, 1 deletions
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
12INCLUDES += -I$(APPSDIR) 12INCLUDES += -I$(APPSDIR)
13SRC += $(call preprocess, $(APPSDIR)/SOURCES) 13SRC += $(call preprocess, $(APPSDIR)/SOURCES)
14 14
15LDSDEP := $(FIRMDIR)/export/cpu.h $(FIRMDIR)/export/config/$(MODELNAME).h 15LDSDEP := $(FIRMDIR)/export/cpu.h $(FIRMDIR)/export/config.h
16 16
17BOOTLDS := $(FIRMDIR)/target/$(CPU)/$(MANUFACTURER)/boot.lds 17BOOTLDS := $(FIRMDIR)/target/$(CPU)/$(MANUFACTURER)/boot.lds
18BOOTLINK := $(BUILDDIR)/boot.link 18BOOTLINK := $(BUILDDIR)/boot.link