diff options
Diffstat (limited to 'drivers/Makefile')
| -rw-r--r-- | drivers/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index bef68552c4c3..24a9490ddfaa 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -8,12 +8,14 @@ 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 hotplug -subdir-y := base parport char block net misc media cdrom hotplug +subdir-y := base char block net misc media cdrom subdir-m := $(subdir-y) - +subdir-$(CONFIG_PARPORT) += parport +subdir-$(CONFIG_HOTPLUG_PCI) += hotplug subdir-$(CONFIG_DIO) += dio subdir-$(CONFIG_PCI) += pci subdir-$(CONFIG_PCMCIA) += pcmcia |
