summaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-01-10 17:17:53 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-01-10 17:17:53 +0000
commitb2ad5f821b1381492d792ca10b1eb7a107b48f14 (patch)
tree954a648692e7da983db1d2470953705f6a729264 /drivers/Makefile
parentc9c06167e7933d93a6e396174c68abf242294abb (diff)
Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test your
Makefiles.
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 9b5c9ec6d..b8ee715c8 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -43,17 +43,5 @@ subdir-$(CONFIG_HAMRADIO) += net/hamradio
subdir-$(CONFIG_I2C) += i2c
subdir-$(CONFIG_ACPI) += acpi
-
-# Subdirectories that should be entered when MAKING_MODULES=1, even if set to 'y'.
-both-m := $(filter $(mod-subdirs), $(subdir-y))
-
-# Translate to Rules.make lists.
-SUB_DIRS := $(subdir-y)
-MOD_SUB_DIRS := $(sort $(subdir-m) $(both-m))
-ALL_SUB_DIRS := $(sort $(subdir-y) $(subdir-m) $(subdir-n) $(subdir-))
-
-# net/hamradio is already in ALL_SUB_DIRS of drivers/net/Makefile
-ALL_SUB_DIRS := $(filter-out net/hamradio, $(ALL_SUB_DIRS))
-
include $(TOPDIR)/Rules.make