1
0
Fork 0
forked from len0rd/rockbox

erosqnative: Give erosqnative_v3 its own target ID and modelname

This is needed so "make clean; make reconf" will work correctly.

Change-Id: Ife13e59ac6054f04f7095aa2263ec64595eeb3a2
This commit is contained in:
Dana Conrad 2024-09-02 19:27:59 +00:00 committed by Solomon Peachy
parent a86e2b5c6e
commit a5462d6192
3 changed files with 11 additions and 11 deletions

View file

@ -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