2012-05-30 18:13:09 +00:00
|
|
|
#
|
|
|
|
# \brief Offer build configurations that are specific to base-hw and PBXA9
|
|
|
|
# \author Martin Stein
|
|
|
|
# \date 2011-12-20
|
|
|
|
#
|
|
|
|
|
|
|
|
# denote wich specs are also fullfilled by this spec
|
2015-09-03 12:55:05 +00:00
|
|
|
SPECS += hw pbxa9
|
2012-05-30 18:13:09 +00:00
|
|
|
|
2013-12-17 17:10:02 +00:00
|
|
|
# configure multiprocessor mode
|
2014-10-10 14:13:52 +00:00
|
|
|
NR_OF_CPUS = 1
|
2013-12-17 17:10:02 +00:00
|
|
|
|
2012-05-30 18:13:09 +00:00
|
|
|
# set address where to link text segment at
|
2013-11-27 18:10:50 +00:00
|
|
|
LD_TEXT_ADDR ?= 0x70000000
|
2012-05-30 18:13:09 +00:00
|
|
|
|
|
|
|
# include implied specs
|
2015-09-03 12:55:05 +00:00
|
|
|
include $(call select_from_repositories,mk/spec/hw.mk)
|
|
|
|
include $(call select_from_repositories,mk/spec/pbxa9.mk)
|