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