patch-2.1.113 linux/drivers/Makefile
Next file: linux/drivers/block/Config.in
Previous file: linux/arch/m68k/mm/memory.c
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Thu Jul 30 11:17:11 1998
- Orig file:
v2.1.112/linux/drivers/Makefile
- Orig date:
Wed Jun 24 22:54:04 1998
diff -u --recursive --new-file v2.1.112/linux/drivers/Makefile linux/drivers/Makefile
@@ -9,7 +9,13 @@
SUB_DIRS := block char net misc sound
MOD_SUB_DIRS := $(SUB_DIRS) sbus
-ALL_SUB_DIRS := $(SUB_DIRS) pci scsi sbus cdrom isdn pnp macintosh video
+ALL_SUB_DIRS := $(SUB_DIRS) pci scsi sbus cdrom isdn pnp \
+ macintosh video dio zorro
+
+ifdef CONFIG_DIO
+SUB_DIRS += dio
+MOD_SUB_DIRS += dio
+endif
ifdef CONFIG_PCI
SUB_DIRS += pci
@@ -17,6 +23,14 @@
ifdef CONFIG_SBUS
SUB_DIRS += sbus
+endif
+
+ifdef CONFIG_ZORRO
+SUB_DIRS += zorro
+endif
+
+ifdef CONFIG_NUBUS
+SUB_DIRS += nubus
endif
ifdef CONFIG_VT
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov