3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-14 03:05:54 +00:00

9 lines
203 B
Makefile
Raw Normal View History

2021-10-02 21:09:28 +05:00
# 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 \
2021-10-02 21:09:28 +05:00
debugfs.o mmio.o
mt7915e-$(CONFIG_NL80211_TESTMODE) += testmode.o