]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - drivers/net/wimax/i2400m/Makefile
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[mirror_ubuntu-focal-kernel.git] / drivers / net / wimax / i2400m / Makefile
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