projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'bzip2-lzma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6]
/
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