mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 11:16:57 +00:00
97544ed7a9
separately. The "iommu" option is now split up into "iommu_intel" and "iommu_amd" and thereby can be disabled easily if required for one of the CPU vendors. Fixes #5206
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) := 9560bf9fb6a9612147bb2a1a89156ac39951d170
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
|
|
PATCH_OPT := -p1 -d ${DIR(nova)}
|