lkml.org 
[lkml]   [2000]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectfix for 2.3.51 toplevel Makefile
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/

\
 
 \ /
  Last update: 2005-03-22 13:57    [W:1.031 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site