summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2014-11-11 06:24:39 -0600
committerVishal Mahaveer <vishalm@ti.com>2014-11-11 06:28:36 -0600
commit55b4f04cb469002e01861357413e820046a07392 (patch)
treeae61a1c2acddbac71b4605894277c3caae15b8aa
parent8807561c959091ff5e2b917a426cb3c0b440d21a (diff)
downloadproprietary-open-jacinto-55b4f04cb469002e01861357413e820046a07392.tar.gz
wl12xx: remove redundant check in makefile
wlan and wpan folder makefiles have the checks in place. Remove redundant check. Change-Id: I5e1edbb799285851ec7c871a0d98e3e5c523e946 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--wl12xx/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/wl12xx/Android.mk b/wl12xx/Android.mk
index f24f118..7f2d146 100644
--- a/wl12xx/Android.mk
+++ b/wl12xx/Android.mk
@@ -17,7 +17,4 @@ LOCAL_PATH := $(call my-dir)
TARGET_EXTRACTED_FW := $(PRODUCT_OUT)/extracted_firmwares
-ifeq ($(strip $(USES_TI_MAC80211)),true)
include $(call all-makefiles-under, $(LOCAL_PATH))
-endif
-