99edb3d10a
remove invalid location line in each file header after location moved from driver/char to driver/tty Signed-off-by: Jovi Zhang <bookjovi@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
8 lines
135 B
Makefile
8 lines
135 B
Makefile
#
|
|
# Makefile for the IPWireless driver
|
|
#
|
|
|
|
obj-$(CONFIG_IPWIRELESS) += ipwireless.o
|
|
|
|
ipwireless-y := hardware.o main.o network.o tty.o
|
|
|