mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 14:21:45 +00:00
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>
9 lines
135 B
Makefile
9 lines
135 B
Makefile
#
|
|
# Makefile for the IPWireless driver
|
|
#
|
|
|
|
obj-$(CONFIG_IPWIRELESS) += ipwireless.o
|
|
|
|
ipwireless-y := hardware.o main.o network.o tty.o
|
|
|