Commit 385b2828 authored by Zwane Mwaikambo's avatar Zwane Mwaikambo Committed by Linus Torvalds

[PATCH] parport_serial/serial init dependencies

This looks to be somewhat botched up init dependencies.  This patch
takes into consideration paride as well as fixing the parport_serial
case.
parent 846b6ce2
......@@ -7,8 +7,9 @@
obj-$(CONFIG_PCI) += pci/
obj-$(CONFIG_ACPI) += acpi/
obj-y += serial/
obj-$(CONFIG_PARPORT) += parport/
obj-y += base/ serial/ char/ block/ misc/ net/ media/
obj-y += base/ char/ block/ misc/ net/ media/
obj-$(CONFIG_NUBUS) += nubus/
obj-$(CONFIG_ATM) += atm/
obj-$(CONFIG_IDE) += ide/
......
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