projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
[linux-2.6]
/
drivers
/
char
/
pcmcia
/
ipwireless
/
Makefile
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-objs := hardware.o main.o network.o tty.o
10