summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-11-30 21:27:50 +0700
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2012-07-13 00:33:52 +0100
commit4a7404c004d40e789ea48949a3f2c23b2f104a56 (patch)
tree0199f2e1606ce28600180579fd415052ae544f89
parent9c55dc153a0c2e6c731b65484ef0e8ce331d0556 (diff)
downloadhardware_broadcom_wlan-4a7404c004d40e789ea48949a3f2c23b2f104a56.zip
hardware_broadcom_wlan-4a7404c004d40e789ea48949a3f2c23b2f104a56.tar.gz
hardware_broadcom_wlan-4a7404c004d40e789ea48949a3f2c23b2f104a56.tar.bz2
bcmdhd: Don't try to include a non-existant Android.mk for bcm4329
The mechanism for firmware inclusion was changed to product inheritance and the call was removed for bcm4330, but it was left in bcm4329 causing build errors for those using bcm4329 on bcmdhd. To include the firmwares, include the following statement at the end of device.mk: $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4329/device-bcm.mk)
-rw-r--r--bcmdhd/firmware/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/bcmdhd/firmware/Android.mk b/bcmdhd/firmware/Android.mk
index d5028cc..e69de29 100644
--- a/bcmdhd/firmware/Android.mk
+++ b/bcmdhd/firmware/Android.mk
@@ -1,4 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-ifeq ($(BOARD_WLAN_DEVICE_REV),bcm4329)
- include $(LOCAL_PATH)/bcm4329/Android.mk
-endif