blob: 37110382bb15354cd258d94c0f09ebd928c170c7 [file] [log] [blame]
#set TARGET_USES_HARDWARE_QCOM_WLAN to false to disable this project.
ifneq ($(TARGET_USES_HARDWARE_QCOM_WLAN),false)
ifneq ($(filter lynx,$(TARGET_DEVICE)),)
include $(call all-named-subdir-makefiles,wcn6740)
else
include $(call all-named-subdir-makefiles,legacy)
endif
endif