X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fdrivers%2Fnet%2Fwimax%2Fi2400m%2FMakefile;fp=kernel%2Fdrivers%2Fnet%2Fwimax%2Fi2400m%2FMakefile;h=f6d19c348082ecc9801955aa19ac13a16c0e7187;hb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;hp=0000000000000000000000000000000000000000;hpb=98260f3884f4a202f9ca5eabed40b1354c489b29;p=kvmfornfv.git diff --git a/kernel/drivers/net/wimax/i2400m/Makefile b/kernel/drivers/net/wimax/i2400m/Makefile new file mode 100644 index 000000000..f6d19c348 --- /dev/null +++ b/kernel/drivers/net/wimax/i2400m/Makefile @@ -0,0 +1,22 @@ + +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