Bug 29066

Summary: drivers/sensors/adm9240 fails to compile
Product: [Retired] Red Hat Linux Reporter: Mark Rusk <mark_rusk>
Component: kernelAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: high    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-02-23 15:50:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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)