172f2b0b2SOndrej Zary# SPDX-License-Identifier: GPL-2.0 272f2b0b2SOndrej Zary 372f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT) += pata_parport.o 472f2b0b2SOndrej Zary 572f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_ATEN) += aten.o 672f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_BPCK) += bpck.o 772f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_COMM) += comm.o 872f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_DSTR) += dstr.o 972f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_KBIC) += kbic.o 1072f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_EPAT) += epat.o 1172f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_EPIA) += epia.o 1272f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_FRPW) += frpw.o 1372f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_FRIQ) += friq.o 1472f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_FIT2) += fit2.o 1572f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_FIT3) += fit3.o 1672f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_ON20) += on20.o 1772f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_ON26) += on26.o 1872f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_KTTI) += ktti.o 1972f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_BPCK6) += bpck6.o 20