xref: /linux-6.3-rc2/drivers/ata/pata_parport/Makefile
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1# SPDX-License-Identifier: GPL-2.0
2
3obj-$(CONFIG_PATA_PARPORT)      += pata_parport.o
4
5obj-$(CONFIG_PATA_PARPORT_ATEN)	+= aten.o
6obj-$(CONFIG_PATA_PARPORT_BPCK)	+= bpck.o
7obj-$(CONFIG_PATA_PARPORT_COMM)	+= comm.o
8obj-$(CONFIG_PATA_PARPORT_DSTR)	+= dstr.o
9obj-$(CONFIG_PATA_PARPORT_KBIC)	+= kbic.o
10obj-$(CONFIG_PATA_PARPORT_EPAT)	+= epat.o
11obj-$(CONFIG_PATA_PARPORT_EPIA)	+= epia.o
12obj-$(CONFIG_PATA_PARPORT_FRPW)	+= frpw.o
13obj-$(CONFIG_PATA_PARPORT_FRIQ)	+= friq.o
14obj-$(CONFIG_PATA_PARPORT_FIT2)	+= fit2.o
15obj-$(CONFIG_PATA_PARPORT_FIT3)	+= fit3.o
16obj-$(CONFIG_PATA_PARPORT_ON20)	+= on20.o
17obj-$(CONFIG_PATA_PARPORT_ON26)	+= on26.o
18obj-$(CONFIG_PATA_PARPORT_KTTI)	+= ktti.o
19obj-$(CONFIG_PATA_PARPORT_BPCK6) += bpck6.o
20

Last Index update Sun Aug 20 00:18:20 CST 2023