summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorhyungseoung.yoo <hyungseoung.yoo@samsung.com>2010-09-02 23:21:37 +0900
committerJaikumar Ganesh <jaikumar@google.com>2010-09-03 12:55:29 -0700
commit59a55f64a5118ddaa02a5e5459c54df7934f3739 (patch)
tree68575753d23947d18def0c9b35161c3bc834cee7 /BoardConfig.mk
parent2c98b151f6a2057c2e04d8305f9e177492a131a1 (diff)
downloaddevice_samsung_crespo-59a55f64a5118ddaa02a5e5459c54df7934f3739.tar.gz
device_samsung_crespo-59a55f64a5118ddaa02a5e5459c54df7934f3739.tar.bz2
device_samsung_crespo-59a55f64a5118ddaa02a5e5459c54df7934f3739.zip
S5PC11X: BT: Add bluetooth in BoardConfig.mk
We added BOARD_HAVE_BLUETOOTH := true for bluetooth enable in BoardConfig.mk Change-Id: I7afa177cc7d988d9e1f89e012eca958fc07a17fd
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-xBoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 6ce6e01..1d6ec93 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -26,6 +26,8 @@ BOARD_USES_GENERIC_AUDIO := true
TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi
+BOARD_HAVE_BLUETOOTH := true
+
TARGET_NO_BOOTLOADER := true
ifndef TARGET_NO_KERNEL
TARGET_NO_KERNEL := true