mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
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)
|