162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for the kernel Parallel port device drivers. 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciparport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o 762306a36Sopenharmony_ci 862306a36Sopenharmony_ciifeq ($(CONFIG_PARPORT_1284),y) 962306a36Sopenharmony_ci parport-objs += daisy.o probe.o 1062306a36Sopenharmony_ciendif 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ciobj-$(CONFIG_PARPORT) += parport.o 1362306a36Sopenharmony_ciobj-$(CONFIG_PARPORT_PC) += parport_pc.o 1462306a36Sopenharmony_ciobj-$(CONFIG_PARPORT_SERIAL) += parport_serial.o 1562306a36Sopenharmony_ciobj-$(CONFIG_PARPORT_PC_PCMCIA) += parport_cs.o 1662306a36Sopenharmony_ciobj-$(CONFIG_PARPORT_AMIGA) += parport_amiga.o 1762306a36Sopenharmony_ciobj-$(CONFIG_PARPORT_MFC3) += parport_mfc3.o 1862306a36Sopenharmony_ciobj-$(CONFIG_PARPORT_ATARI) += parport_atari.o 1962306a36Sopenharmony_ciobj-$(CONFIG_PARPORT_SUNBPP) += parport_sunbpp.o 2062306a36Sopenharmony_ciobj-$(CONFIG_PARPORT_GSC) += parport_gsc.o 2162306a36Sopenharmony_ciobj-$(CONFIG_PARPORT_IP32) += parport_ip32.o 22