Re: compilation error in 2.3.51 connected to appletalk

From: Arjan van de Ven (arjan@fenrus.demon.nl)
Date: Sat Mar 11 2000 - 02:24:36 EST


> --- Makefile~ Sat Mar 11 00:36:47 2000
> +++ Makefile Sat Mar 11 07:24:55 2000
> @@ -136,7 +136,7 @@
> DRIVERS := $(DRIVERS) drivers/net/fc/fc.a
> endif

> -ifdef CONFIG_ATALK
> +ifeq ($(CONFIG_ATALK),y)
> DRIVERS := $(DRIVERS) drivers/net/appletalk/appletalk.a
> endif

This is my fault, sorry. I just copied the similar CONFIG_NET_FC lines
above, but I guess these are wrong as well then.

When I look at the makefile, I see a mixed system of "ifdef" and "ifeq", so
maybe these have to be fixed as well?

Greetings,
   Arjan van de Ven

-
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 Mar 15 2000 - 21:00:19 EST