brintos

brintos / linux-shallow public Read only

0
0
Text · 719 B · 0932c8d Raw
20 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3obj-$(CONFIG_PATA_PARPORT)      += pata_parport.o4 5obj-$(CONFIG_PATA_PARPORT_ATEN)	+= aten.o6obj-$(CONFIG_PATA_PARPORT_BPCK)	+= bpck.o7obj-$(CONFIG_PATA_PARPORT_COMM)	+= comm.o8obj-$(CONFIG_PATA_PARPORT_DSTR)	+= dstr.o9obj-$(CONFIG_PATA_PARPORT_KBIC)	+= kbic.o10obj-$(CONFIG_PATA_PARPORT_EPAT)	+= epat.o11obj-$(CONFIG_PATA_PARPORT_EPIA)	+= epia.o12obj-$(CONFIG_PATA_PARPORT_FRPW)	+= frpw.o13obj-$(CONFIG_PATA_PARPORT_FRIQ)	+= friq.o14obj-$(CONFIG_PATA_PARPORT_FIT2)	+= fit2.o15obj-$(CONFIG_PATA_PARPORT_FIT3)	+= fit3.o16obj-$(CONFIG_PATA_PARPORT_ON20)	+= on20.o17obj-$(CONFIG_PATA_PARPORT_ON26)	+= on26.o18obj-$(CONFIG_PATA_PARPORT_KTTI)	+= ktti.o19obj-$(CONFIG_PATA_PARPORT_BPCK6) += bpck6.o20