mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
4b148d896a
Fixes #2126
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) := 6ad6dcece4ab9fb5c0caab0a0734c3082c5753c4
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)
|