1#set TARGET_USES_HARDWARE_QCOM_WLAN to false to disable this project. 2ifneq ($(TARGET_USES_HARDWARE_QCOM_WLAN),false) 3 ifneq ($(filter wcn6740,$(BOARD_WLAN_CHIP)),) 4 include $(call all-named-subdir-makefiles,wcn6740) 5 else 6 include $(call all-named-subdir-makefiles,legacy) 7 endif 8endif 9