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