patch-2.3.48 linux/drivers/Makefile
Next file: linux/drivers/atm/Config.in
Previous file: linux/arch/sparc64/lib/VIScsumcopyusr.S
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Fri Feb 25 10:26:42 2000
- Orig file:
v2.3.47/linux/drivers/Makefile
- Orig date:
Sun Feb 20 21:12:38 2000
diff -u --recursive --new-file v2.3.47/linux/drivers/Makefile linux/drivers/Makefile
@@ -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
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)