repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[wrt350n-kernel.git]
/
drivers
/
char
/
pcmcia
/
ipwireless
/
Makefile
blob
b71eb593643d61077f41c7b4599207c03d95d123
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