mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
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) := acff3bc6c3cadae9db8f19fcade27d0015c4c61c
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)
|