Srinivas Girigowda | 2bba36f | 2018-01-29 15:43:59 -0800 | [diff] [blame] | 1 | # adp8064 and fox box do not share wifi code |
2 | ifeq ($(filter adp8064 fox,$(TARGET_DEVICE)),) | ||||
3 | ifeq ($(BOARD_WLAN_DEVICE),qcwcn) | ||||
4 | include $(call all-subdir-makefiles) | ||||
5 | endif | ||||
Dmitry Shmidt | c3c418d | 2013-04-10 09:12:08 -0700 | [diff] [blame] | 6 | endif |