mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
711cce3f4d
Issue #2646
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) := 1a6ff1c7007d74bd9e073689f49e46c48e8c0c2d
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
|