1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0 2*4882a593Smuzhiyun# 3*4882a593Smuzhiyun# Makefile for Parallel port IDE device drivers. 4*4882a593Smuzhiyun# 5*4882a593Smuzhiyun# 7 October 2000, Bartlomiej Zolnierkiewicz <bkz@linux-ide.org> 6*4882a593Smuzhiyun# Rewritten to use lists instead of if-statements. 7*4882a593Smuzhiyun# 8*4882a593Smuzhiyun 9*4882a593Smuzhiyunobj-$(CONFIG_PARIDE) += paride.o 10*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_ATEN) += aten.o 11*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_BPCK) += bpck.o 12*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_COMM) += comm.o 13*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_DSTR) += dstr.o 14*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_KBIC) += kbic.o 15*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_EPAT) += epat.o 16*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_EPIA) += epia.o 17*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_FRPW) += frpw.o 18*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_FRIQ) += friq.o 19*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_FIT2) += fit2.o 20*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_FIT3) += fit3.o 21*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_ON20) += on20.o 22*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_ON26) += on26.o 23*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_KTTI) += ktti.o 24*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_BPCK6) += bpck6.o 25*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_PD) += pd.o 26*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_PCD) += pcd.o 27*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_PF) += pf.o 28*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_PT) += pt.o 29*4882a593Smuzhiyunobj-$(CONFIG_PARIDE_PG) += pg.o 30