mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 08:21:08 +00:00
26eb0ce794
Issue #1723
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) := 57b3c869a24fbe8e70f1b53e0cca23966ba89839
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
|