You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
293 B

#set TARGET_USES_HARDWARE_QCOM_WLAN to false to disable this project.
ifneq ($(TARGET_USES_HARDWARE_QCOM_WLAN),false)
ifneq ($(filter wcn6740,$(BOARD_WLAN_CHIP)),)
include $(call all-named-subdir-makefiles,wcn6740)
else
include $(call all-named-subdir-makefiles,legacy)
endif
endif