mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 23:12:24 +00:00
6a3368ee27
fix #1006
9 lines
226 B
Makefile
9 lines
226 B
Makefile
#
|
|
# \brief Offer build configurations that are specific to base-hw
|
|
# \author Martin Stein
|
|
# \date 2014-02-26
|
|
#
|
|
|
|
# configure multiprocessor mode
|
|
CC_OPT += -Wa,--defsym -Wa,PROCESSORS=$(PROCESSORS) -DPROCESSORS=$(PROCESSORS)
|