repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'move-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/davej...
[linux-2.6/next.git]
/
drivers
/
tty
/
ipwireless
/
Makefile
blob
db80873d7f201a72438cb182a89992bc75b1cd8f
1
#
2
# drivers/char/pcmcia/ipwireless/Makefile
3
#
4
# Makefile for the IPWireless driver
5
#
6
7
obj-
$(
CONFIG_IPWIRELESS
) +=
ipwireless.o
8
9
ipwireless-y
:=
hardware.o main.o network.o tty.o
10