mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-08 07:13:06 +00:00
8 lines
174 B
Makefile
8 lines
174 B
Makefile
# SPDX-License-Identifier: ISC
|
|
|
|
obj-$(CONFIG_MT7921E) += mt7921e.o
|
|
|
|
CFLAGS_trace.o := -I$(src)
|
|
|
|
mt7921e-y := pci.o mac.o mcu.o dma.o eeprom.o main.o init.o debugfs.o trace.o
|