repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
drivers
/
net
/
wimax
/
i2400m
/
Makefile
blob
b1db1eff0648430619cc7c923111d5284b7f0e96
1
# SPDX-License-Identifier: GPL-2.0
2
3
obj-
$(
CONFIG_WIMAX_I2400M
) +=
i2400m.o
4
obj-
$(
CONFIG_WIMAX_I2400M_USB
) +=
i2400m-usb.o
5
6
i2400m-y
:=
\
7
control.o \
8
driver.o \
9
fw.o \
10
op-rfkill.o \
11
sysfs.o \
12
netdev.o \
13
tx.o \
14
rx.o
15
16
i2400m-
$(
CONFIG_DEBUG_FS
) +=
debugfs.o
17
18
i2400m-usb-y
:=
\
19
usb-fw.o \
20
usb-notif.o \
21
usb-tx.o \
22
usb-rx.o \
23
usb.o