From mboxrd@z Thu Jan 1 00:00:00 1970 From: pauln@truemesh.com Subject: Elks SIBO Makefile patch Date: Sun, 14 Apr 2002 12:07:24 +0100 Sender: linux-8086-owner@vger.kernel.org Message-ID: <20020414110724.GA16383@raq465.uk2net.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="ZGiS0Q5IWpPtfppv" Return-path: Content-Disposition: inline List-Id: To: linux-8086@vger.kernel.org --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I seemed to have dropped of the list :) However here is a quick patch against current cvs for compilation fix. Will need to test image though for new boot device choice. Paul --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sibo-wrt_disk.patch" Index: arch/i86/tools/Makefile =================================================================== RCS file: /cvsroot/elks/elks/arch/i86/tools/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- arch/i86/tools/Makefile 20 Jan 2002 12:19:31 -0000 1.10 +++ arch/i86/tools/Makefile 14 Apr 2002 10:58:11 -0000 @@ -60,7 +60,7 @@ ../drivers/block/ssd_asm.o wrt_disk.img: wrt_disk.out imgconv - ./imgconf -D$(STACK_SIZE) -H$(HEAP_SIZE) + ./imgconv wrt_disk.out wrt_disk.img build: build.c gcc -I $(BASEDIR)/include -o build build.c --ZGiS0Q5IWpPtfppv--