Re: [PATCH 1/6] Suppress A.OUT library support if!CONFIG_BINFMT_AOUT [try #5]

From: Andrew Morton
Date: Sat Nov 10 2007 - 21:14:58 EST


On Fri, 09 Nov 2007 15:34:37 +0000 David Howells <dhowells@xxxxxxxxxx> wrote:

> --- a/include/linux/Kbuild
> +++ b/include/linux/Kbuild
> @@ -1,3 +1,4 @@
> +# -*- makefile -*-

what's that?

> header-y += byteorder/
> header-y += dvb/
> header-y += hdlc/
> @@ -17,7 +18,9 @@ header-y += usb/
>
> header-y += affs_hardblocks.h
> header-y += aio_abi.h
> +ifeq ($(wildcard include/asm-$(SRCARCH)/a.out.h),include/asm-$(SRCARCH)/a.out.h)
> header-y += a.out.h
> +endif

Note that because of unexport-asm-pageh.patch I turned the above hunk into

ifeq ($(wildcard include/asm-$(SRCARCH)/a.out.h),include/asm-$(SRCARCH)/a.out.h)
unifdef-y += a.out.h
endif

which seems logical to me. We'll see how it tests out.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/