local.conf.sample: Handle the case the user incomments a machine entry and expects it to override the default

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2011-02-18 15:52:02 +00:00
parent 673abd92f9
commit 8048b714cd

View File

@@ -15,8 +15,9 @@ CONF_VERSION = "1"
# Also, make can be passed flags so it run parallel threads e.g.:
# PARALLEL_MAKE = "-j 4"
# The machine to target
MACHINE ?= "qemux86"
# Set a default machine to target unless a machine is selected from the
# lists below.
MACHINE ??= "qemux86"
# Supported emulation machines
#MACHINE ?= "qemuarm"