mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
ca971bbfd8
This patch changes the top-level directory layout as a preparatory step for improving the tools for managing 3rd-party source codes. The rationale is described in the issue referenced below. Issue #1082
19 lines
475 B
Makefile
19 lines
475 B
Makefile
#
|
|
# \brief Offer build configurations that are specific to base-hw and VEA9X4
|
|
# \author Martin Stein
|
|
# \date 2011-12-20
|
|
#
|
|
|
|
# denote wich specs are also fullfilled by this spec
|
|
SPECS += hw platform_vea9x4
|
|
|
|
# configure multiprocessor mode
|
|
PROCESSORS = 1
|
|
|
|
# set address where to link text segment at
|
|
LD_TEXT_ADDR ?= 0x01000000
|
|
|
|
# include implied specs
|
|
include $(call select_from_repositories,mk/spec-hw.mk)
|
|
include $(call select_from_repositories,mk/spec-platform_vea9x4.mk)
|