mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +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
16 lines
291 B
Plaintext
16 lines
291 B
Plaintext
#
|
|
# Description of build platform
|
|
#
|
|
|
|
#
|
|
# To build the Fiasco-specific Genode binaries,
|
|
# use one of the the following config options.
|
|
#
|
|
SPECS = genode fiasco_x86
|
|
|
|
#
|
|
# To build for the ARM integrator platform,
|
|
# use the following SPECS value.
|
|
#
|
|
#SPECS = genode platform_integrator fiasco_arm
|