repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
net
/
wireless
/
mediatek
/
mt7601u
/
Makefile
blob
30f2391c782b48ceb12318184973309d42b337d7
1
# SPDX-License-Identifier: GPL-2.0-only
2
obj-
$(
CONFIG_MT7601U
) +=
mt7601u.o
3
4
mt7601u-objs
=
\
5
usb.o init.o main.o mcu.o trace.o dma.o core.o eeprom.o phy.o \
6
mac.o util.o debugfs.o tx.o
7
8
CFLAGS_trace.o
:= -
I
$(
src
)