diff options
author | Vishal Mahaveer | 2014-11-11 06:24:39 -0600 |
---|---|---|
committer | Vishal Mahaveer | 2014-11-11 06:28:36 -0600 |
commit | 55b4f04cb469002e01861357413e820046a07392 (patch) | |
tree | ae61a1c2acddbac71b4605894277c3caae15b8aa | |
parent | 8807561c959091ff5e2b917a426cb3c0b440d21a (diff) | |
download | device-ti-proprietary-open-55b4f04cb469002e01861357413e820046a07392.tar.gz device-ti-proprietary-open-55b4f04cb469002e01861357413e820046a07392.tar.xz device-ti-proprietary-open-55b4f04cb469002e01861357413e820046a07392.zip |
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.mk | 3 |
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) | |||
17 | 17 | ||
18 | TARGET_EXTRACTED_FW := $(PRODUCT_OUT)/extracted_firmwares | 18 | TARGET_EXTRACTED_FW := $(PRODUCT_OUT)/extracted_firmwares |
19 | 19 | ||
20 | ifeq ($(strip $(USES_TI_MAC80211)),true) | ||
21 | include $(call all-makefiles-under, $(LOCAL_PATH)) | 20 | include $(call all-makefiles-under, $(LOCAL_PATH)) |
22 | endif | ||
23 | |||