mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
coldfire: Use single app.lds script for all coldfires.
The only true difference in this platform is the amount of iram between MCF5249 and MCF5250. Instead of duplicating the file simply use one with proper ifdefs. Change-Id: Ifd56ebd2666813633502e3b5d83669424659c039 Reviewed-on: http://gerrit.rockbox.org/713 Reviewed-by: Thomas Martitz <kugel@rockbox.org> Reviewed-by: Marcin Bukat <marcin.bukat@gmail.com>
This commit is contained in:
parent
2eb873cea6
commit
a02f863eef
4 changed files with 5 additions and 279 deletions
|
|
@ -201,7 +201,11 @@ ifndef APP_TYPE
|
|||
|
||||
## target build
|
||||
CONFIGFILE := $(FIRMDIR)/export/config/$(MODELNAME).h
|
||||
ifeq ($(wildcard $(FIRMDIR)/target/$(CPU)/$(MANUFACTURER)/app.lds),)
|
||||
RAMLDS := $(FIRMDIR)/target/$(CPU)/app.lds
|
||||
else
|
||||
RAMLDS := $(FIRMDIR)/target/$(CPU)/$(MANUFACTURER)/app.lds
|
||||
endif
|
||||
LINKRAM := $(BUILDDIR)/ram.link
|
||||
ROMLDS := $(FIRMDIR)/rom.lds
|
||||
LINKROM := $(BUILDDIR)/rom.link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue