All of lore.kernel.org
 help / color / mirror / Atom feed
From: Russell King <rmk@arm.linux.org.uk>
To: Adrian Bunk <bunk@fs.tum.de>,
	Mitchell Blank Jr <mitch@sfgoth.com>,
	Linus Torvalds <torvalds@transmeta.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [2.5 patch] fix kbuild breakage in drivers/atm
Date: Tue, 8 Oct 2002 23:01:43 +0100	[thread overview]
Message-ID: <20021008230143.F12270@flint.arm.linux.org.uk> (raw)
In-Reply-To: <20021008194946.A2212@mars.ravnborg.org>; from sam@ravnborg.org on Tue, Oct 08, 2002 at 07:49:46PM +0200

On Tue, Oct 08, 2002 at 07:49:46PM +0200, Sam Ravnborg wrote:
> find -name Makefile | cut -d: -f 1 | grep -v arch | xargs grep '\.\./'
> 
> ./drivers/atm/Makefile:    CONFIG_ATM_FORE200E_PCA_FW := $(shell if test -n "`$(CC) -E -dM ../../include/asm/byteorder.h | grep ' __LITTLE_ENDIAN '`"; then echo pca200e.bin; else echo pca200e_ecd.bin2; fi)
> ./drivers/net/Makefile:obj-$(CONFIG_ARCH_ACORN) += ../acorn/net/
> ./drivers/scsi/Makefile:obj-$(CONFIG_ARCH_ACORN)	+= ../acorn/scsi/
> ./fs/devfs/Makefile:TOPDIR = ../..
> ./fs/devfs/Makefile:	gcc -o /tmp/base.o -D__KERNEL__ -I../../include -Wall \
> 
> Dunno about the acorn part, but devfs looks broken.

I'd love for the acorn ones to go away, but certainly the SCSI one is
needed to get things to happen in the right order (or last time I
tested it which was quite some while ago, scsi still required a specific
init ordering.)

Whatever happens, I'll see about fixing them up once I've caught up with
2.5.41.  Other stuff is taking a back seat while I finish cleaning up
2.5.40 for the ARM people (a fair amount of crap has accumulated since
my previous 2.5.30 release, and those who normally follow what I do will
realise that there's been a very long silence, some would say too long...)

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


      reply	other threads:[~2002-10-08 21:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-08 16:02 [2.5 patch] fix kbuild breakage in drivers/atm Adrian Bunk
2002-10-08 17:49 ` Sam Ravnborg
2002-10-08 22:01   ` Russell King [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021008230143.F12270@flint.arm.linux.org.uk \
    --to=rmk@arm.linux.org.uk \
    --cc=bunk@fs.tum.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mitch@sfgoth.com \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.