Nope...i created a simlink to /usr/src/linux-2.4/arch/s390/math-emu/ in /usr/src/linux-2.4/include which made the make dep work, but then the make image failed. -- Todd Blevins On Tue, 11 Dec 2001, Richard Hitt wrote: > Hi, Todd > > Try applying this patch to arch/s390/Makefile: > > --- ORIGMakefile Tue Dec 11 12:26:26 2001 > +++ NEWMakefile Tue Dec 11 12:27:29 2001 > @@ -30,12 +30,13 @@ > HEAD := arch/s390/kernel/head.o arch/s390/kernel/init_task.o > > SUBDIRS := $(SUBDIRS) arch/s390/mm arch/s390/kernel arch/s390/lib \ > - drivers/s390 arch/s390/math-emu > + drivers/s390 > CORE_FILES := arch/s390/mm/mm.o arch/s390/kernel/kernel.o $(CORE_FILES) > DRIVERS := $(DRIVERS) drivers/s390/io.o > LIBS := $(TOPDIR)/arch/s390/lib/lib.a $(LIBS) $(TOPDIR)/arch/s390/lib/lib.a > > ifeq ($(CONFIG_MATHEMU),y) > + SUBDIRS := $(SUBDIRS) arch/s390/math-emu > CORE_FILES := $(CORE_FILES) arch/s390/math-emu/math-emu.o > endif > > Dick Hitt rbh00@utsglobal.com > > > > From redhat-s390-list-admin@redhat.com Tue Dec 11 11:44:08 2001 > > Delivered-To: redhat-s390-list@listman.redhat.com > > From: Todd Blevins <tblevins@cisco.com> > > To: <redhat-s390-list@redhat.com> > > Subject: RE: [Redhat-s390-list] make dep and tux > > MIME-Version: 1.0 > > X-BeenThere: redhat-s390-list@redhat.com > > X-Mailman-Version: 2.0.1 > > List-Help: <mailto:redhat-s390-list-request@redhat.com?subject=help> > > List-Post: <mailto:redhat-s390-list@redhat.com> > > List-Subscribe: <https://listman.redhat.com/mailman/listinfo/redhat-s390-list>, > > <mailto:redhat-s390-list-request@redhat.com?subject=subscribe> > > List-Id: <redhat-s390-list.redhat.com> > > List-Unsubscribe: <https://listman.redhat.com/mailman/listinfo/redhat-s390-list>, > > <mailto:redhat-s390-list-request@redhat.com?subject=unsubscribe> > > List-Archive: <https://listman.redhat.com/pipermail/redhat-s390-list/> > > Date: Tue, 11 Dec 2001 14:39:15 -0500 (EST) > > > > > > no such luck...same error > > > > -- > > Todd Blevins > > > > On Tue, 11 Dec 2001, Post, Mark K wrote: > > > > > Hmm. Maybe a save of the .config file, then a "make mrproper" followed by > > > "make menuconfig" and "make dep". I know I've seen this problem before. > > > > > > Mark Post > > > > > > -----Original Message----- > > > From: Todd Blevins [mailto:tblevins@cisco.com] > > > Sent: Tuesday, December 11, 2001 1:43 PM > > > To: Post, Mark K > > > Cc: redhat-s390-list@redhat.com > > > Subject: RE: [Redhat-s390-list] make dep and tux > > > > > > > > > > > > Didn't make any difference... > > > > > > > > > > > > _______________________________________________ > > Redhat-s390-list mailing list > > Redhat-s390-list@redhat.com > > https://listman.redhat.com/mailman/listinfo/redhat-s390-list > > > > _______________________________________________ > Redhat-s390-list mailing list > Redhat-s390-list@redhat.com > https://listman.redhat.com/mailman/listinfo/redhat-s390-list >