mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 09:12:32 +00:00
94fd5ad3b0
via the Genode build system. Avoids the need to maintain contrib patches on nova. Fixes #2162
11 lines
304 B
Plaintext
11 lines
304 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := git
|
|
DOWNLOADS := nova.git
|
|
|
|
# r9 branch - use r9_debug for more verbose kernel messages
|
|
URL(nova) := https://github.com/alex-ab/NOVA.git
|
|
REV(nova) := 4d6f04dd02d8099a20766025457be0afd0eae534
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)
|