summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2010-06-02 13:46:11 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-06-02 13:46:11 -0700
commitf8e9fb3b2a39f81c49ef60920065eb6d4d6ed0e3 (patch)
treece1c07a7672b952d88fa82889619a08ebe3359f5 /target
parentf33c3ef9332c2d3e4a04b14819aa3dbb9f0d4d21 (diff)
parent5f2b36f8547f9f6a3cec430c9f3f8ec44601ce72 (diff)
downloadbuild-f8e9fb3b2a39f81c49ef60920065eb6d4d6ed0e3.zip
build-f8e9fb3b2a39f81c49ef60920065eb6d4d6ed0e3.tar.gz
build-f8e9fb3b2a39f81c49ef60920065eb6d4d6ed0e3.tar.bz2
Merge "Atomic/SMP update." into kraken
Diffstat (limited to 'target')
-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