Bug 29949 - module e100 does not compile with kernel-source-2.2.17-14
Summary: module e100 does not compile with kernel-source-2.2.17-14
Keywords:
Status: CLOSED DUPLICATE of bug 29947
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michael K. Johnson
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-02-28 01:12 UTC by Marius ILIOAEA
Modified: 2007-04-18 16:31 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-02-28 01:12:50 UTC
Embargoed:


Attachments (Terms of Use)

Description Marius ILIOAEA 2001-02-28 01:12:47 UTC
Problem: After upgradind to kernel-souce-2.2.17-14 from the RedHat 
Network, module
   "EtherExpressPro/100 support (Intel driver)" (module e100)
wouldn't compile any more.

Cause: The cause is the missing of the necesary lines from from
   /usr/src/linux-2.2.17/drivers/drivers/net/Makefile

Solution: You can copy-paste the missing lines from the Makefile from the 
kernel-source-2.2.16 (included in distribution) or use the diff below:

651a652,655
> ifeq ($(CONFIG_E100),m)
>   M_OBJS += e100.o
> endif
> 
1414a1419,1420
> e100.o: e100.c e100.h
> 	$(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDE) -DEXPORT_SYMTAB -c -o 
$*.o $<
! there is a tab and not spaces at the beginning of last line ! 

Note: the regular public (non RedHat) 2.2.18 kernel does not contain this 
module.

Comment 1 Bill Nottingham 2001-02-28 17:32:54 UTC

*** This bug has been marked as a duplicate of 29947 ***


Note You need to log in before you can comment on or make changes to this bug.