Bug 64985

Summary: SYM53C8XX version 2 scsi driver linking fails
Product: [Retired] Red Hat Linux Reporter: Need Real Name <yknot>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
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: 2002-05-16 18:39:50 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 Need Real Name 2002-05-15 17:40:45 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc1)
Gecko/20020417

Description of problem:
kernel compile fails with message "cannot open sym53c8xx_2/sym53c8xx.o: No such
file or directory"

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.select option to include SYM53C8XX v2 module into kernel
2.
3.
	

Actual Results:  kernel failed to compile

Expected Results:  kernel should have compiled

Additional info:

Fix
change line in scsi MakeFile from
obj-$(CONFIG_SCSI_SYM53C8XX_2)        += sym53c8xx_2/sym53c8xx.o
to
obj-$(CONFIG_SCSI_SYM53C8XX_2)        += sym53c8xx_2/sym53c8xx_2.o

Comment 1 Michael K. Johnson 2002-05-16 20:45:07 UTC

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