From 59a55f64a5118ddaa02a5e5459c54df7934f3739 Mon Sep 17 00:00:00 2001 From: "hyungseoung.yoo" Date: Thu, 2 Sep 2010 23:21:37 +0900 Subject: S5PC11X: BT: Add bluetooth in BoardConfig.mk We added BOARD_HAVE_BLUETOOTH := true for bluetooth enable in BoardConfig.mk Change-Id: I7afa177cc7d988d9e1f89e012eca958fc07a17fd --- BoardConfig.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BoardConfig.mk') 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 -- cgit v1.1