OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
drivers
/
net
/
wimax
/
i2400m
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📄
Kconfig
961 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
349 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: Makefile
Close
# SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_WIMAX_I2400M) += i2400m.o obj-$(CONFIG_WIMAX_I2400M_USB) += i2400m-usb.o i2400m-y := \ control.o \ driver.o \ fw.o \ op-rfkill.o \ sysfs.o \ netdev.o \ tx.o \ rx.o i2400m-$(CONFIG_DEBUG_FS) += debugfs.o i2400m-usb-y := \ usb-fw.o \ usb-notif.o \ usb-tx.o \ usb-rx.o \ usb.o