summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2010-06-02 22:35:14 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-06-02 22:35:14 -0700
commit528a605567dd8dd9457b2e0e6fdb2908d3142bb3 (patch)
treee7589c0f95de7e224fe388173d68f293bbcaca9a /target
parent298d0087a6eba18891613d0ae13da77511942a28 (diff)
parenteabec90bab1f5c04ac6f546fafd52a5075ee1b79 (diff)
downloadbuild-528a605567dd8dd9457b2e0e6fdb2908d3142bb3.zip
build-528a605567dd8dd9457b2e0e6fdb2908d3142bb3.tar.gz
build-528a605567dd8dd9457b2e0e6fdb2908d3142bb3.tar.bz2
am eabec90b: am f8e9fb3b: 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