patch-2.2.11 linux/drivers/Makefile
Next file: linux/drivers/ap1000/bif.c
Previous file: linux/arch/sparc64/solaris/socksys.c
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Mon Aug 9 12:04:38 1999
- Orig file:
v2.2.10/linux/drivers/Makefile
- Orig date:
Mon May 10 10:18:34 1999
diff -u --recursive --new-file v2.2.10/linux/drivers/Makefile linux/drivers/Makefile
@@ -9,8 +9,8 @@
SUB_DIRS := block char net misc sound
MOD_SUB_DIRS := $(SUB_DIRS)
-ALL_SUB_DIRS := $(SUB_DIRS) pci scsi sbus cdrom isdn pnp \
- macintosh video dio zorro fc4 usb
+ALL_SUB_DIRS := $(SUB_DIRS) pci sgi scsi sbus cdrom isdn pnp \
+ macintosh video dio zorro fc4 usb
ifdef CONFIG_DIO
SUB_DIRS += dio
@@ -34,6 +34,10 @@
SUB_DIRS += nubus
endif
+ifdef CONFIG_TC
+SUB_DIRS += tc
+endif
+
ifdef CONFIG_VT
SUB_DIRS += video
MOD_SUB_DIRS += video
@@ -52,6 +56,11 @@
MOD_SUB_DIRS += usb
endif
endif
+
+ifdef CONFIG_SGI
+SUB_DIRS += sgi
+MOD_SUB_DIRS += sgi
+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.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)