From aaef26ce713309bc97c9a9a2bef245c9162b8be2 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: Ib29e87bea8181b0aee0e46d190ff77318ce1ded9 --- 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