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
*** This bug has been marked as a duplicate of 64645 ***