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:
parent
a86e2b5c6e
commit
a5462d6192
3 changed files with 11 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue