Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.3.9 /drivers/Makefile

Filename:/drivers/Makefile
Lines Added:12
Lines Deleted:2
Also changed in: (Previous) 2.3.6  2.2.9-ac1  2.2.8  2.2.8-pre6  2.2.8-pre7  2.2.7-ac4 
(Following) 2.3.12  2.3.14  2.3.15  2.3.17  2.3.20  2.3.34 

Location
[  2.3.9
  [  drivers
     o  Makefile

Patch

diff -u --recursive --new-file v2.3.8/linux/drivers/Makefile linux/drivers/Makefile
--- v2.3.8/linux/drivers/Makefile   Wed Jun  2 14:40:22 1999
+++ linux/drivers/Makefile   Tue Jun 29 09:12:32 1999
@@ -9,8 +9,9 @@
 
 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 i2o \
+            macintosh video dio zorro fc4 usb \
+            nubus tc ap1000
 
 ifdef CONFIG_DIO
 SUB_DIRS += dio
@@ -34,6 +35,10 @@
 SUB_DIRS += nubus
 endif
 
+ifdef CONFIG_TC
+SUB_DIRS += tc
+endif
+
 ifdef CONFIG_VT
 SUB_DIRS += video
 MOD_SUB_DIRS += video
@@ -52,6 +57,11 @@
   MOD_SUB_DIRS += usb
   endif
 endif 
+
+ifdef CONFIG_SGI
+SUB_DIRS += sgi
+MOD_SUB_DIRS += sgi
+endif
 
 ifeq ($(CONFIG_I2O),y)
 SUB_DIRS += i2o


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.