Bug 29066 - drivers/sensors/adm9240 fails to compile
Summary: drivers/sensors/adm9240 fails to compile
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.1
Hardware: i386
OS: Linux
high
medium
Target Milestone: ---
Assignee: Michael K. Johnson
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-02-23 15:50 UTC by Mark Rusk
Modified: 2007-03-27 03:41 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-02-23 15:50:54 UTC
Embargoed:


Attachments (Terms of Use)

Description Mark Rusk 2001-02-23 15:50:49 UTC
drivers/sensors/Makefile has a type which prevents the adm9240.o module to
be built

The line in the Makefile is:

obj-$(CONFIG_SENSORS_ADM9024)	+= adm9024.o

should be :

obj-$(CONFIG_SENSORS_ADM9420)	+= adm9420.o

Comment 1 Arjan van de Ven 2001-02-23 16:37:07 UTC
Thanks for the report.
Will be fixed in the next kernel build (2.4.1-0.1.15 or later)


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