[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1213564021-5195-1-git-send-email-jacmet@sunsite.dk>
Date: Sun, 15 Jun 2008 23:07:01 +0200
From: Peter Korsgaard <jacmet@...site.dk>
To: linux-kernel@...r.kernel.org, dwmw2@...radead.org, sam@...nborg.org
Cc: Peter Korsgaard <jacmet@...site.dk>
Subject: [PATCH] export linux/a.out.h
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.
Signed-off-by: Peter Korsgaard <jacmet@...site.dk>
---
include/linux/Kbuild | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 93b9885..d998fc7 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -162,6 +162,8 @@ header-y += video_encoder.h
header-y += videotext.h
header-y += x25.h
+UNIFDEF += -DCONFIG_ARCH_SUPPORTS_AOUT
+unifdef-y += a.out.h
unifdef-y += acct.h
unifdef-y += adb.h
unifdef-y += adfs_fs.h
--
1.5.5.1
--
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