18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Makefile for the kernel Parallel port device drivers. 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciparport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ciifeq ($(CONFIG_PARPORT_1284),y) 98c2ecf20Sopenharmony_ci parport-objs += daisy.o probe.o 108c2ecf20Sopenharmony_ciendif 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ciobj-$(CONFIG_PARPORT) += parport.o 138c2ecf20Sopenharmony_ciobj-$(CONFIG_PARPORT_PC) += parport_pc.o 148c2ecf20Sopenharmony_ciobj-$(CONFIG_PARPORT_SERIAL) += parport_serial.o 158c2ecf20Sopenharmony_ciobj-$(CONFIG_PARPORT_PC_PCMCIA) += parport_cs.o 168c2ecf20Sopenharmony_ciobj-$(CONFIG_PARPORT_AMIGA) += parport_amiga.o 178c2ecf20Sopenharmony_ciobj-$(CONFIG_PARPORT_MFC3) += parport_mfc3.o 188c2ecf20Sopenharmony_ciobj-$(CONFIG_PARPORT_ATARI) += parport_atari.o 198c2ecf20Sopenharmony_ciobj-$(CONFIG_PARPORT_SUNBPP) += parport_sunbpp.o 208c2ecf20Sopenharmony_ciobj-$(CONFIG_PARPORT_GSC) += parport_gsc.o 218c2ecf20Sopenharmony_ciobj-$(CONFIG_PARPORT_AX88796) += parport_ax88796.o 228c2ecf20Sopenharmony_ciobj-$(CONFIG_PARPORT_IP32) += parport_ip32.o 23