Bug 21693

Summary: kernel source: make dep + make bzImage fails: need to add smp support for success
Product: [Retired] Red Hat Linux Reporter: Need Real Name <bernard>
Component: kernelcfgAssignee: Phil Knirsch <pknirsch>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0CC: rvokal
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: 2000-12-05 07:37:23 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 2000-12-04 18:07:31 UTC
I need to have a kernel with 3COM Vortex + EATA (dpt) disk
controler. I take kernelsource 2.2.16-22. Add a '*' for these
two drivers + set up the computer as 'optimize as router not
host'. Then make dep. Then make bzImage. Compilation fails.
Have to add SMP support for compilation to succeed.

Comment 1 Arjan van de Ven 2000-12-05 07:37:21 UTC
Just do a "make mrproper" first. Be sure to save the .config to a safe place
and restore it later, as "make mrproper" wipes the .config as well.
After that, a "make oldconfig", "make dep", "make bzImage" will work.