summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/conf/local.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index 3e27b2244e..23a1e3761f 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -19,11 +19,11 @@ BBFILE_PRIORITY_moblin = "5"
19# PARALLEL_MAKE = "-j 4" 19# PARALLEL_MAKE = "-j 4"
20 20
21# The machine to target 21# The machine to target
22MACHINE ?= "netbook" 22MACHINE ?= "qemux86"
23 23
24# Other supported machines 24# Other supported machines
25#MACHINE ?= "qemux86"
26#MACHINE ?= "qemuarm" 25#MACHINE ?= "qemuarm"
26#MACHINE ?= "netbook"
27#MACHINE ?= "c7x0" 27#MACHINE ?= "c7x0"
28#MACHINE ?= "akita" 28#MACHINE ?= "akita"
29#MACHINE ?= "spitz" 29#MACHINE ?= "spitz"