## Makefile for the kernel Parallel port device drivers.#parport-objs:= share.o ieee1284.o ieee1284_ops.o procfs.oifeq($(CONFIG_PARPORT_1284),y)parport-objs+= daisy.o probe.oendifobj-$(CONFIG_PARPORT)+=parport.oobj-$(CONFIG_PARPORT_PC)+=parport_pc.oobj-$(CONFIG_PARPORT_SERIAL)+=parport_serial.oobj-$(CONFIG_PARPORT_PC_PCMCIA)+=parport_cs.oobj-$(CONFIG_PARPORT_AMIGA)+=parport_amiga.oobj-$(CONFIG_PARPORT_MFC3)+=parport_mfc3.oobj-$(CONFIG_PARPORT_ATARI)+=parport_atari.oobj-$(CONFIG_PARPORT_SUNBPP)+=parport_sunbpp.oobj-$(CONFIG_PARPORT_GSC)+=parport_gsc.oobj-$(CONFIG_PARPORT_AX88796)+=parport_ax88796.oobj-$(CONFIG_PARPORT_IP32)+=parport_ip32.o