mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-22 01:10:28 +00:00
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>
11 lines
179 B
Makefile
11 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
|
|
|