2013-12-17 17:10:02 +00:00
|
|
|
#
|
|
|
|
# \brief Offer build configurations that are specific to base-hw
|
|
|
|
# \author Martin Stein
|
|
|
|
# \date 2014-02-26
|
|
|
|
#
|
|
|
|
|
|
|
|
# configure multiprocessor mode
|
2014-10-10 14:13:52 +00:00
|
|
|
CC_OPT += -Wa,--defsym -Wa,NR_OF_CPUS=$(NR_OF_CPUS) -DNR_OF_CPUS=$(NR_OF_CPUS)
|