summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2010-06-02 13:47:41 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-06-02 13:47:41 -0700
commiteabec90bab1f5c04ac6f546fafd52a5075ee1b79 (patch)
treece1c07a7672b952d88fa82889619a08ebe3359f5
parent5cceb024c3c73fe88905ee45ebcb7943530e810c (diff)
parentf8e9fb3b2a39f81c49ef60920065eb6d4d6ed0e3 (diff)
downloadbuild-eabec90bab1f5c04ac6f546fafd52a5075ee1b79.zip
build-eabec90bab1f5c04ac6f546fafd52a5075ee1b79.tar.gz
build-eabec90bab1f5c04ac6f546fafd52a5075ee1b79.tar.bz2
am f8e9fb3b: Merge "Atomic/SMP update." into kraken
-rw-r--r--target/board/sim/BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/board/sim/BoardConfig.mk b/target/board/sim/BoardConfig.mk
index 3d83e7b..ba25c18 100644
--- a/target/board/sim/BoardConfig.mk
+++ b/target/board/sim/BoardConfig.mk
@@ -20,6 +20,9 @@ TARGET_NO_KERNEL := true
# The simulator does not support native code at all
TARGET_CPU_ABI := none
+# But it is very likely SMP.
+TARGET_CPU_SMP := true
+
#the simulator partially emulates the original HTC /dev/eac audio interface
HAVE_HTC_AUDIO_DRIVER := true
BOARD_USES_GENERIC_AUDIO := true