diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-06-10 09:49:58 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-06-10 09:49:58 -0500 |
| commit | 997b557cc9cfcb03b63bfea6c775731136aa337b (patch) | |
| tree | 32b0dd00ba50001eeb811ed778ffee48b897e002 /drivers/Makefile | |
| parent | 7ef17402b2722570f6a64415a6657807f7a412ff (diff) | |
kbuild: Remove mod-subdirs variable
mod-subdirs was used to list directories that we needed to descend into
during 'make modules' even though they were listed in subdir-y (not -m).
Since we now only do one pass for modules and built-in, it's not necessary
anymore and can go away.
Diffstat (limited to 'drivers/Makefile')
| -rw-r--r-- | drivers/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 7e672fb2c046..f58647a694ef 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -5,13 +5,6 @@ # Rewritten to use lists instead of if-statements. # - -mod-subdirs := dio mtd sbus video macintosh usb input telephony sgi ide \ - message scsi md ieee1394 pnp isdn atm \ - fc4 i2c acpi bluetooth input/serio \ - input/gameport parport hotplug \ - base char block misc net media cdrom - obj-$(CONFIG_PCI) += pci/ obj-$(CONFIG_ACPI) += acpi/ obj-$(CONFIG_PARPORT) += parport/ |
