]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - drivers/net/wireless/mediatek/mt76/mt76x2/Makefile
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-hirsute-kernel.git] / drivers / net / wireless / mediatek / mt76 / mt76x2 / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 obj-$(CONFIG_MT76x2_COMMON) += mt76x2-common.o
3 obj-$(CONFIG_MT76x2E) += mt76x2e.o
4 obj-$(CONFIG_MT76x2U) += mt76x2u.o
5
6 mt76x2-common-y := \
7 eeprom.o mac.o init.o phy.o mcu.o
8
9 mt76x2e-y := \
10 pci.o pci_main.o pci_init.o pci_mcu.o \
11 pci_phy.o
12
13 mt76x2u-y := \
14 usb.o usb_init.o usb_main.o usb_mac.o usb_mcu.o \
15 usb_phy.o
16
17 CFLAGS_pci_trace.o := -I$(src)