xref: /kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x0/Makefile (revision 8c2ecf20)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x0/
1# SPDX-License-Identifier: GPL-2.0-only
2obj-$(CONFIG_MT76x0U) += mt76x0u.o
3obj-$(CONFIG_MT76x0E) += mt76x0e.o
4obj-$(CONFIG_MT76x0_COMMON) += mt76x0-common.o
5
6mt76x0-common-y := init.o main.o eeprom.o phy.o
7
8mt76x0u-y := usb.o usb_mcu.o
9mt76x0e-y := pci.o pci_mcu.o
10
11# ccflags-y := -DDEBUG
12

Indexes created Thu Nov 07 10:32:03 CST 2024