mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-08 04:10:27 +00:00
bdfe3e1a8c
- Upgrade to Muen v0.8+ - Switch to https - Download contrib when building kernel - Append Muen compilation output to build log - Explicitly init required submodule
13 lines
292 B
Plaintext
13 lines
292 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := git
|
|
DOWNLOADS := muen.git
|
|
|
|
URL(muen) := https://git.codelabs.ch/git/muen.git
|
|
REV(muen) := b3a80069da73b05e0feb0db9d69460601e19d5f7
|
|
DIR(muen) := src/kernel/muen
|
|
|
|
$(call check_tool,git)
|
|
$(call check_tool,iasl)
|
|
$(call check_tool,tidy)
|
|
$(call check_tool,xsltproc)
|