patch-2.4.0-prerelease linux/drivers/Makefile

Next file: linux/drivers/acpi/Makefile
Previous file: linux/arch/sparc64/solaris/misc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/drivers/Makefile linux/drivers/Makefile
@@ -43,17 +43,5 @@
 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
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)