]> git.hungrycats.org Git - linux/commitdiff
[PATCH] parport_serial/serial init dependencies
authorZwane Mwaikambo <zwane@linuxpower.ca>
Thu, 1 Aug 2002 05:01:05 +0000 (22:01 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Thu, 1 Aug 2002 05:01:05 +0000 (22:01 -0700)
This looks to be somewhat botched up init dependencies.  This patch
takes into consideration paride as well as fixing the parport_serial
case.

drivers/Makefile

index 3348f9765ba6521120689b5b21320849797cc7d4..958ecc4df98456e91550b3ff5d3d589f82ef856e 100644 (file)
@@ -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/