mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 15:56:41 +00:00
86f269feba
Fixes #2571
11 lines
312 B
Plaintext
11 lines
312 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) := 4911bb0693b62c738e3b542b65f9821e9cdc5f72
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
|