1*72f2b0b2SOndrej Zary# SPDX-License-Identifier: GPL-2.0 2*72f2b0b2SOndrej Zary 3*72f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT) += pata_parport.o 4*72f2b0b2SOndrej Zary 5*72f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_ATEN) += aten.o 6*72f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_BPCK) += bpck.o 7*72f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_COMM) += comm.o 8*72f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_DSTR) += dstr.o 9*72f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_KBIC) += kbic.o 10*72f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_EPAT) += epat.o 11*72f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_EPIA) += epia.o 12*72f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_FRPW) += frpw.o 13*72f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_FRIQ) += friq.o 14*72f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_FIT2) += fit2.o 15*72f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_FIT3) += fit3.o 16*72f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_ON20) += on20.o 17*72f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_ON26) += on26.o 18*72f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_KTTI) += ktti.o 19*72f2b0b2SOndrej Zaryobj-$(CONFIG_PATA_PARPORT_BPCK6) += bpck6.o 20