mediatek: Add version option to support wifi-6e usb
[platform/kernel/linux-rpi.git] / drivers / net / wireless / mediatek / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 obj-$(CONFIG_MT7601U)   += mt7601u/
3 ifdef CONFIG_MT76_NONE_SUPPORT_6E_USB
4 obj-$(CONFIG_MT76_CORE) += mt76/
5 else
6 obj-$(CONFIG_MT76_CORE) += mt76-6e-usb/
7 endif