2.3.46: drivers/macintosh Makefile error.

From: David Woodhouse (dwmw2@infradead.org)
Date: Thu Feb 17 2000 - 12:39:22 EST


This makes drivers/macintosh get pulled in if CONFIG_MAC, instead of
CONFIG_PPC, which seems far more appropriate.

===================================================================
RCS file: /cvs/linux/Makefile,v
retrieving revision 1.5.2.43
diff -u -w -r1.5.2.43 Makefile
--- Makefile 2000/02/17 14:51:36 1.5.2.43
+++ Makefile 2000/02/17 17:37:29
@@ -202,7 +204,7 @@
 DRIVERS := $(DRIVERS) drivers/fc4/fc4.a
 endif
 
-ifdef CONFIG_PPC
+ifdef CONFIG_MAC
 DRIVERS := $(DRIVERS) drivers/macintosh/macintosh.a
 endif
 
Index: drivers/Makefile
===================================================================
RCS file: /cvs/linux/drivers/Makefile,v
retrieving revision 1.4.2.8
diff -u -w -r1.4.2.8 Makefile
--- drivers/Makefile 2000/02/05 14:26:09 1.4.2.8
+++ drivers/Makefile 2000/02/17 17:37:29
@@ -52,7 +52,7 @@
 MOD_SUB_DIRS += video
 endif
 
-ifdef CONFIG_PPC
+ifdef CONFIG_MAC
 SUB_DIRS += macintosh
 MOD_SUB_DIRS += macintosh
 endif

--
dwmw2

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Feb 23 2000 - 21:00:18 EST