2012-05-30 18:13:09 +00: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 12:55:05 +00:00
|
|
|
SPECS += hw panda
|
2012-05-30 18:13:09 +00:00
|
|
|
|
2013-12-17 17:10:02 +00:00
|
|
|
# configure multiprocessor mode
|
2016-01-11 10:02:52 +00:00
|
|
|
NR_OF_CPUS = 2
|
2013-12-17 17:10:02 +00:00
|
|
|
|
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/panda.mk)
|