[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1213565555.26255.522.camel@pmac.infradead.org>
Date: Sun, 15 Jun 2008 22:32:35 +0100
From: David Woodhouse <dwmw2@...radead.org>
To: Peter Korsgaard <jacmet@...site.dk>
Cc: linux-kernel@...r.kernel.org, sam@...nborg.org
Subject: Re: [PATCH] export linux/a.out.h
On Sun, 2008-06-15 at 23:07 +0200, Peter Korsgaard wrote:
> Export linux/a.out.h like we do for asm/a.out.h as some applications needs
> it (E.G. valgrind). One minor complication is that the interesting stuff is
> protected by an CONFIG_ARCH_SUPPORTS_AOUT ifdef, so make sure that gets
> defined for unifdef.
No, let's fix the file instead. We should never have wrapped its
contents in CONFIG_ARCH_SUPPORTS_AOUT in the first place.
And we don't want to export it unconditionally. We want something like
we already have in include/asm-generic/Kbuild.asm:
ifeq ($(wildcard include/asm-$(SRCARCH)/a.out.h),include/asm-$(SRCARCH)/a.out.h)
unifdef-y += a.out.h
endif
--
dwmw2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists