patch-1.3.35 linux/drivers/Makefile
Next file: linux/drivers/block/Makefile
Previous file: linux/arch/sparc/config.in
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Sun Oct 15 18:54:26 1995
- Orig file:
v1.3.34/linux/drivers/Makefile
- Orig date:
Fri Oct 13 14:44:32 1995
diff -u --recursive --new-file v1.3.34/linux/drivers/Makefile linux/drivers/Makefile
@@ -15,8 +15,11 @@
SUB_DIRS += pci
endif
+# If CONFIG_SCSI is set, the core of scsi support will be added to the kernel,
+# but some of the low-level things may also be modules.
ifeq ($(CONFIG_SCSI),y)
SUB_DIRS += scsi
+MOD_SUB_DIRS += scsi
else
ifeq ($(CONFIG_SCSI),m)
MOD_SUB_DIRS += scsi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this