mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
72f2b0b218
Move PARIDE protocol modules out of drivers/block into drivers/ata/pata_parport and update the CONFIG_ symbol names to PATA_PARPORT. [Damien] The pata_parport driver file itsef is also moved together with the protocol modules in drivers/ata/pata_parport. Signed-off-by: Ondrej Zary <linux@zary.sk> Acked-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
20 lines
719 B
Makefile
20 lines
719 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_PATA_PARPORT) += pata_parport.o
|
|
|
|
obj-$(CONFIG_PATA_PARPORT_ATEN) += aten.o
|
|
obj-$(CONFIG_PATA_PARPORT_BPCK) += bpck.o
|
|
obj-$(CONFIG_PATA_PARPORT_COMM) += comm.o
|
|
obj-$(CONFIG_PATA_PARPORT_DSTR) += dstr.o
|
|
obj-$(CONFIG_PATA_PARPORT_KBIC) += kbic.o
|
|
obj-$(CONFIG_PATA_PARPORT_EPAT) += epat.o
|
|
obj-$(CONFIG_PATA_PARPORT_EPIA) += epia.o
|
|
obj-$(CONFIG_PATA_PARPORT_FRPW) += frpw.o
|
|
obj-$(CONFIG_PATA_PARPORT_FRIQ) += friq.o
|
|
obj-$(CONFIG_PATA_PARPORT_FIT2) += fit2.o
|
|
obj-$(CONFIG_PATA_PARPORT_FIT3) += fit3.o
|
|
obj-$(CONFIG_PATA_PARPORT_ON20) += on20.o
|
|
obj-$(CONFIG_PATA_PARPORT_ON26) += on26.o
|
|
obj-$(CONFIG_PATA_PARPORT_KTTI) += ktti.o
|
|
obj-$(CONFIG_PATA_PARPORT_BPCK6) += bpck6.o
|