Compile mdev samples for nova-next

Change-Id: If44964f2b99ee0482600ec31e85ea1d4caeea1b3
This commit is contained in:
Dan Smith
2023-10-09 10:37:14 -07:00
parent b419f1dc56
commit 82f4da91ab
4 changed files with 76 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Whether or not to compile the mdev sample drivers from source
NOVA_COMPILE_MDEV_SAMPLES=$(trueorfalse True NOVA_COMPILE_MDEV_SAMPLES)
# Insert these mdev sample modules
NOVA_MDEV_SAMPLES=${NOVA_MDEV_SAMPLES:-mtty mdpy mdpy-fb mbochs}
# Temporary directory for kernel source
NOVA_KERNEL_TEMP=$DEST/kernel