12 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2obj-$(CONFIG_MT76x0U) += mt76x0u.o3obj-$(CONFIG_MT76x0E) += mt76x0e.o4obj-$(CONFIG_MT76x0_COMMON) += mt76x0-common.o5 6mt76x0-common-y := init.o main.o eeprom.o phy.o7 8mt76x0u-y := usb.o usb_mcu.o9mt76x0e-y := pci.o pci_mcu.o10 11# ccflags-y := -DDEBUG12