mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
28542e66ab
Issue #5314
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := git
|
|
DOWNLOADS := nova.git
|
|
|
|
# r10 branch
|
|
URL(nova) := https://github.com/alex-ab/NOVA.git
|
|
REV(nova) := f74d1d0d9252de6178e30f4402cbb39ea664f3f7
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
|
|
PATCH_OPT := -p1 -d ${DIR(nova)}
|