xfs
[Top] [All Lists]

kernel Makefile prob with tulip

To: linux-xfs@xxxxxxxxxxx
Subject: kernel Makefile prob with tulip
From: Jay Vasa <jvasa@xxxxxxxxxxxxxx>
Date: Fri, 04 Jan 2002 12:34:59 -0800
Sender: owner-linux-xfs@xxxxxxxxxxx
The Tulip network driver will not compile in the kernel source I
downloaded at:
linux-2.4.9-13SGI_XFS_1.0.2

drivers/net/Makefile

It should be changed from:
ifeq ($(CONFIG_TULIP),y)
 obj-y += tulip/tulip.o tulip_old/tulip_old.o
endi

ifeq ($(CONFIG_TULIP),y)
 obj-y += tulip/tulip.o
endi

You will get errors compiling of "multiple defines" all over.

Thanks,
Jay


<Prev in Thread] Current Thread [Next in Thread>