Commit 6dff6adb authored by Kai Germaschewski's avatar Kai Germaschewski

Descend into drivers/parport only if CONFIG_PARPORT is set.

parent a08c3a7d
......@@ -8,12 +8,13 @@
mod-subdirs := dio mtd sbus video macintosh usb input telephony sgi ide \
message/i2o message/fusion scsi md ieee1394 pnp isdn atm \
fc4 net/hamradio i2c acpi bluetooth input/serio input/gameport
fc4 net/hamradio i2c acpi bluetooth input/serio \
input/gameport parport
subdir-y := base parport char block net misc media cdrom hotplug
subdir-y := base char block net misc media cdrom hotplug
subdir-m := $(subdir-y)
subdir-$(CONFIG_PARPORT) += parport
subdir-$(CONFIG_DIO) += dio
subdir-$(CONFIG_PCI) += pci
subdir-$(CONFIG_PCMCIA) += pcmcia
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment