Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs...
[deliverable/linux.git] / drivers / net / wimax / i2400m / Makefile
1
2 obj-$(CONFIG_WIMAX_I2400M) += i2400m.o
3 obj-$(CONFIG_WIMAX_I2400M_USB) += i2400m-usb.o
4 obj-$(CONFIG_WIMAX_I2400M_SDIO) += i2400m-sdio.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
24
25
26 i2400m-sdio-y := \
27 sdio.o \
28 sdio-tx.o \
29 sdio-fw.o \
30 sdio-rx.o
This page took 0.052747 seconds and 5 git commands to generate.