small appletalk patch

From: Philip Blundell (Philip.Blundell@pobox.com)
Date: Sun Mar 19 2000 - 13:52:10 EST


This avoids a build failure when CONFIG_ATALK=m and CONFIG_APPLETALK=y.

p.

--- linux/drivers/net/Makefile Sat Mar 11 11:53:36 2000
+++ linux/drivers/net/Makefile Sun Mar 19 18:49:12 2000
@@ -104,11 +104,11 @@
   endif
 endif
 
-ifeq ($(CONFIG_ATALK),y)
+ifeq ($(CONFIG_APPLETALK),y)
 SUB_DIRS += appletalk
 MOD_IN_SUB_DIRS += appletalk
 else
- ifeq ($(CONFIG_ATALK),m)
+ ifeq ($(CONFIG_APPLETALK),m)
   MOD_IN_SUB_DIRS += appletalk
   endif
 endif

-
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:27 EST