From 4a7404c004d40e789ea48949a3f2c23b2f104a56 Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Wed, 30 Nov 2011 21:27:50 +0700 Subject: 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) --- bcmdhd/firmware/Android.mk | 4 ---- 1 file changed, 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 -- cgit v1.1