Introduce guard to prevent including wifi-hal if the platform
doesn't support scsc wifibt.
Change-Id: If0abc68a26069f357ce33f5a79c562454f4b6dd0
SCSC-Bug-Id: SSB-14933
Signed-off-by: Lars Pedersen <lars.p@samsung.com>
# Copyright (c) 2012 - 2013 Samsung Electronics Co., Ltd
#
#############################################################################
+
+ifeq ($(CONFIG_SAMSUNG_SCSC_WIFIBT),true)
+
LOCAL_PATH := $(call my-dir)
# Make the HAL library
LOCAL_MODULE := libwifi-hal-slsi
include $(BUILD_STATIC_LIBRARY)
+
+endif