Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / drivers / net / wimax / i2400m / Makefile
blobb1db1eff0648430619cc7c923111d5284b7f0e96
1 # SPDX-License-Identifier: GPL-2.0
3 obj-$(CONFIG_WIMAX_I2400M) += i2400m.o
4 obj-$(CONFIG_WIMAX_I2400M_USB) += i2400m-usb.o
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
16 i2400m-$(CONFIG_DEBUG_FS) += debugfs.o
18 i2400m-usb-y := \
19 usb-fw.o \
20 usb-notif.o \
21 usb-tx.o \
22 usb-rx.o \
23 usb.o