summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bcm4329/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/bcm4329/Android.mk b/bcm4329/Android.mk
index 26a7472..25cb48b 100644
--- a/bcm4329/Android.mk
+++ b/bcm4329/Android.mk
@@ -1,3 +1,6 @@
ifeq ($(BOARD_WLAN_DEVICE),bcm4329)
include $(call all-subdir-makefiles)
endif
+ifeq ($(BOARD_WLAN_DEVICE),bcm4330)
+ include $(call all-subdir-makefiles)
+endif