mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
40b31876d2
Ref #1599
19 lines
478 B
Makefile
19 lines
478 B
Makefile
#
|
|
# \brief Offer build configurations that are specific to base-hw and Zynq
|
|
# \author Johannes Schlatow
|
|
# \date 2014-12-15
|
|
#
|
|
|
|
# denote which specs are also fulfilled by this spec
|
|
SPECS += hw platform_zynq
|
|
|
|
# configure multiprocessor mode
|
|
NR_OF_CPUS = 1
|
|
|
|
# set address where to link the text segment at
|
|
LD_TEXT_ADDR ?= 0x00100000
|
|
|
|
# include implied specs
|
|
include $(call select_from_repositories,mk/spec-hw.mk)
|
|
include $(call select_from_repositories,mk/spec-platform_zynq.mk)
|