blob: be3bb25fa3993eeff57e6cb2ebfcfb2579fe97b0 [file] [log] [blame]
Srinivas Girigowda2bba36f2018-01-29 15:43:59 -08001# adp8064 and fox box do not share wifi code
2ifeq ($(filter adp8064 fox,$(TARGET_DEVICE)),)
3 ifeq ($(BOARD_WLAN_DEVICE),qcwcn)
4 include $(call all-subdir-makefiles)
5 endif
Dmitry Shmidtc3c418d2013-04-10 09:12:08 -07006endif