projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
[linux-2.6]
/
drivers
/
net
/
wireless
/
rtl818x
/
Makefile
1
rtl8180-objs := rtl8180_dev.o rtl8180_rtl8225.o rtl8180_sa2400.o rtl8180_max2820.o rtl8180_grf5101.o
2
rtl8187-objs := rtl8187_dev.o rtl8187_rtl8225.o
3
4
obj-$(CONFIG_RTL8180) += rtl8180.o
5
obj-$(CONFIG_RTL8187) += rtl8187.o
6
7