2.3.51: Appletalk configuration problem as module

From: Horst von Brand (vonbrand@pincoya.inf.utfsm.cl)
Date: Tue Mar 14 2000 - 09:04:29 EST


ATALK is configured as a module, but the main Makefile tries to include it
in the link anyway. I assume the following is needed:

--- Makefile~ Mon Mar 13 18:03:56 2000
+++ Makefile Tue Mar 14 10:01:27 2000
@@ -138,7 +138,7 @@
 DRIVERS := $(DRIVERS) drivers/net/fc/fc.a
 endif
 
-ifdef CONFIG_ATALK
+ifdef ($(CONFIG_ATALK),y)
 DRIVERS := $(DRIVERS) drivers/net/appletalk/appletalk.a
 endif

-- 
Dr. Horst H. von Brand                       mailto:vonbrand@inf.utfsm.cl
Departamento de Informatica                     Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria              +56 32 654239
Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513 

- 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 : Thu Mar 23 2000 - 21:00:16 EST