1# 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
6endif
7