From edca2d5565c3c9753684dd95d5f1b7ebdf39dfd7 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 13 Jul 2010 04:17:32 +0200 Subject: [PATCH] projects/*/options: build 'emulators' by default Signed-off-by: Stephan Raue --- projects/ION/options | 2 +- projects/generic/options | 2 +- projects/intel/options | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/ION/options b/projects/ION/options index ac04c18a63..dac0a196c8 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -163,7 +163,7 @@ GAMES="no" # build with emulator support (yes / no) - EMULATORS="no" + EMULATORS="yes" # Testpackages for development (yes / no) TESTING="no" diff --git a/projects/generic/options b/projects/generic/options index 9219d327a7..4cecd79a79 100644 --- a/projects/generic/options +++ b/projects/generic/options @@ -163,7 +163,7 @@ GAMES="no" # build with emulator support (yes / no) - EMULATORS="no" + EMULATORS="yes" # Testpackages for development (yes / no) TESTING="no" diff --git a/projects/intel/options b/projects/intel/options index 584599f4c7..ef8236f2d8 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -163,7 +163,7 @@ GAMES="no" # build with emulator support (yes / no) - EMULATORS="no" + EMULATORS="yes" # Testpackages for development (yes / no) TESTING="no"