9 lines
203 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: ISC
2021-05-27 00:09:36 +05:00
obj-$(CONFIG_MT7915E) += mt7915e.o
mt7915e-y := pci.o init.o dma.o eeprom.o main.o mcu.o mac.o \
debugfs.o mmio.o
2021-05-27 00:09:36 +05:00
mt7915e-$(CONFIG_NL80211_TESTMODE) += testmode.o