1ifneq ($(TARGET_BOARD_AUTO),true)
2  ifeq ($(BOARD_WLAN_DEVICE),qcwcn)
3    include $(call all-subdir-makefiles)
4  endif
5endif
6