genode/repos/base-hw/mk/spec-hw_zynq.mk

19 lines
478 B
Makefile
Raw Normal View History

#
# \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)