patch-2.4.2 linux/drivers/acorn/Makefile
Next file: linux/drivers/acorn/block/Makefile
Previous file: linux/arch/sparc64/solaris/socksys.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Thu Feb 8 16:32:44 2001
- Orig file:
v2.4.1/linux/drivers/acorn/Makefile
- Orig date:
Wed Oct 20 16:29:08 1999
diff -u --recursive --new-file v2.4.1/linux/drivers/acorn/Makefile linux/drivers/acorn/Makefile
@@ -5,8 +5,11 @@
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (not a .c file).
-SUB_DIRS := block char net scsi
-MOD_SUB_DIRS := $(SUB_DIRS)
-ALL_SUB_DIRS := $(SUB_DIRS)
+subdir-y := char
+subdir-m := $(subdir-y)
+
+# the BLOCK subdir is included from drivers/block now
+# the SCSI subdir is included from drivers/scsi now
+# the NET subdir is included from drivers/net now
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)