mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
e520dbbb7e
Regression introduced in Issue #5314 Fixes #5391
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) := fc9ad04ecec3911302451fcbf6cd87063be66ad0
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
|
|
PATCH_OPT := -p1 -d ${DIR(nova)}
|