282361a046
As planned by Arnd Bergmann, this moves the ipwireless driver to the drivers/tty/ directory as that's where it really belongs. Cc: Arnd Bergmann <arnd@arndb.de> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Cc: Jiri Slaby <jslaby@suse.cz> Cc: David Sterba <dsterba@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
10 lines
179 B
Makefile
10 lines
179 B
Makefile
#
|
|
# drivers/char/pcmcia/ipwireless/Makefile
|
|
#
|
|
# Makefile for the IPWireless driver
|
|
#
|
|
|
|
obj-$(CONFIG_IPWIRELESS) += ipwireless.o
|
|
|
|
ipwireless-y := hardware.o main.o network.o tty.o
|
|
|