mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
7f2087e105
The entry point changed in "hw: add UEFI boot support" due to the additional Multiboot2 header. Issue #2242
21 lines
629 B
Plaintext
21 lines
629 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := git
|
|
DOWNLOADS := muen.git
|
|
|
|
URL(muen) := https://git.codelabs.ch/git/muen.git
|
|
REV(muen) := 4ffd2c94b1b7de268c0a428855be2e7e8b8f288e
|
|
DIR(muen) := src/kernel/muen
|
|
|
|
PATCHES := ports/muen.patch
|
|
|
|
$(call check_tool,git)
|
|
$(call check_tool,iasl)
|
|
$(call check_tool,tidy)
|
|
$(call check_tool,xsltproc)
|
|
|
|
default : additional_steps
|
|
additional_steps : $(DOWNLOADS)
|
|
$(VERBOSE)git -C src/kernel/muen submodule update --init tools/mugenschedcfg > /dev/null
|
|
$(VERBOSE)git -C src/kernel/muen submodule update --init components/libxhcidbg > /dev/null
|
|
$(VERBOSE)$(MAKE) -C src/kernel/muen/contrib QUIET=true download
|