mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
2ee15cc2e0
Issue #465 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) := 9b24eb4fa7d45249ca409720164902ec483a3134
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
|