File: settings

package info (click to toggle)
nova 2%3A33.0.0~rc1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 52,200 kB
  • sloc: python: 427,689; pascal: 1,848; sh: 1,348; makefile: 155; xml: 83
file content (8 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
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