From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 22 Sep 2007 10:47:11 -0700 (PDT) From: David Rientjes Subject: [patch -mm 2/5] oom: add header file to Kbuild as unifdef In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-mm@kvack.org Return-Path: To: Andrew Morton Cc: Andrea Arcangeli , Christoph Lameter , Alexey Dobriyan , linux-mm@kvack.org List-ID: Preprocess include/linux/oom.h before exporting it to userspace. Cc: Andrea Arcangeli Cc: Christoph Lameter Cc: Alexey Dobriyan Signed-off-by: David Rientjes --- include/linux/Kbuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/Kbuild b/include/linux/Kbuild --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -286,6 +286,7 @@ unifdef-y += nfs_idmap.h unifdef-y += n_r3964.h unifdef-y += nubus.h unifdef-y += nvram.h +unifdef-y += oom.h unifdef-y += parport.h unifdef-y += patchkey.h unifdef-y += pci.h -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org