summaryrefslogtreecommitdiffstats
path: root/bcm4329/Android.mk
blob: 25cb48ba22d7d7eb546a73a74ad820ac885bcc66 (plain)
1
2
3
4
5
6
ifeq ($(BOARD_WLAN_DEVICE),bcm4329)
    include $(call all-subdir-makefiles)
endif
ifeq ($(BOARD_WLAN_DEVICE),bcm4330)
    include $(call all-subdir-makefiles)
endif