| title: | RE Redhat s390 list make dep and tux |
|
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: < |