File: settings

package info (click to toggle)
nova 2%3A32.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,404 kB
  • sloc: python: 419,076; pascal: 1,848; sh: 991; makefile: 163; xml: 83
file content (8 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (2)
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