blob: caf089538c119f88ed8a0275293040522a91f242 [file] [log] [blame]
developer0f312e82022-11-01 12:31:52 +08001# SPDX-License-Identifier: GPL-2.0-only
2obj-$(CONFIG_MT76x2_COMMON) += mt76x2-common.o
3obj-$(CONFIG_MT76x2E) += mt76x2e.o
4obj-$(CONFIG_MT76x2U) += mt76x2u.o
5
6mt76x2-common-y := \
7 eeprom.o mac.o init.o phy.o mcu.o
8
9mt76x2e-y := \
10 pci.o pci_main.o pci_init.o pci_mcu.o \
11 pci_phy.o
12
13mt76x2u-y := \
14 usb.o usb_init.o usb_main.o usb_mac.o usb_mcu.o \
15 usb_phy.o