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

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

Kernel v2.3.48 /drivers/Makefile

Filename:/drivers/Makefile
Lines Added:6
Lines Deleted:1
Also changed in: (Previous) 2.3.47  2.3.42  2.3.40  2.3.36  2.3.34  2.3.20 
(Following) 2.3.52  2.3.99-pre1  2.5.49-ac1  2.5.49-ac2  2.5.50  2.5.51 

Location
[  2.3.48
  [  drivers
     o  Makefile

Patch

diff -u --recursive --new-file v2.3.47/linux/drivers/Makefile linux/drivers/Makefile
--- v2.3.47/linux/drivers/Makefile   Sun Feb 20 21:12:38 2000
+++ linux/drivers/Makefile   Fri Feb 25 10:26:42 2000
@@ -57,6 +57,11 @@
 MOD_SUB_DIRS += macintosh
 endif
 
+ifdef CONFIG_PPC
+SUB_DIRS += macintosh
+MOD_SUB_DIRS += macintosh
+endif
+
 ifeq ($(CONFIG_USB),y)
 SUB_DIRS += usb
 MOD_SUB_DIRS += usb
@@ -75,7 +80,7 @@
   endif
 endif 
 
-ifdef CONFIG_SGI
+ifdef CONFIG_SGI_IP22
 SUB_DIRS += sgi
 MOD_SUB_DIRS += sgi
 endif


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