Fix the various qemu configs to be buildable.

This commit is contained in:
Warner Losh 2016-01-26 07:22:22 +00:00
parent 305b5a14e4
commit 481023b97c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294775
7 changed files with 14 additions and 14 deletions

View File

@ -29,6 +29,6 @@
NANO_ARCH=amd64
NANO_NAME=qemu-amd64
qemu_env
. common # Pull in common definitions
. common # Pull in common definitions, keep last
qemu_env

View File

@ -29,6 +29,6 @@
NANO_ARCH=i386
NANO_NAME=qemu-i386
qemu_env
. common # Pull in common definitions
. common # Pull in common definitions, keep last
qemu_env

View File

@ -31,6 +31,6 @@ NANO_KERNEL=MALTA
NANO_DRIVE=ada0
NANO_NAME=qemu-mips
qemu_env
. common # Pull in common definitions
. common # Pull in common definitions, keep last
qemu_env

View File

@ -31,6 +31,6 @@ NANO_KERNEL=MALTA64
NANO_DRIVE=ada0
NANO_NAME=qemu-mips64
qemu_env
. common # Pull in common definitions
. common # Pull in common definitions, keep last
qemu_env

View File

@ -32,6 +32,6 @@ NANO_KERNEL=GENERIC
NANO_DRIVE=ada0
NANO_NAME=qemu-powerpc
qemu_env
. common # Pull in common definitions
. common # Pull in common definitions, keep last
qemu_env

View File

@ -31,6 +31,6 @@ NANO_KERNEL=GENERIC64
NANO_DRIVE=ada0
NANO_NAME=qemu-powerpc64
NANO_DISKIMAGE_FORMAT=qcow2
. common # Pull in common definitions
. common # Pull in common definitions, keep last
qemu_env

View File

@ -31,6 +31,6 @@ NANO_KERNEL=GENERIC
NANO_DRIVE=ada0
NANO_NAME=qemu-sparc64
qemu_env
. common # Pull in common definitions
. common # Pull in common definitions, keep last
qemu_env