fix for 2.3.51 toplevel Makefile

From: Harald Koenig (koenig@tat.physik.uni-tuebingen.de)
Date: Sun Mar 12 2000 - 02:52:41 EST


2.3.51 Makefile got broken if appletalk support is compiled as module.
here is a fix:

--- Makefile~ Sat Mar 11 22:45:51 2000
+++ Makefile Sun Mar 12 08:50:09 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
 

Harald

-- 
All SCSI disks will from now on                     ___       _____
be required to send an email notice                0--,|    /OOOOOOO\
24 hours prior to complete hardware failure!      <_/  /  /OOOOOOOOOOO\
                                                    \  \/OOOOOOOOOOOOOOO\
                                                      \ OOOOOOOOOOOOOOOOO|//
Harald Koenig,                                         \/\/\/\/\/\/\/\/\/
Inst.f.Theoret.Astrophysik                              //  /     \\  \
koenig@tat.physik.uni-tuebingen.de                     ^^^^^       ^^^^^

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