diff options
author | David Rientjes <rientjes@google.com> | 2007-10-16 23:26:00 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 08:42:46 -0700 |
commit | 9aad369e5690cbd0505f75aa1d34c9cacfef48da (patch) | |
tree | ecc8f74699ca6f51052637bdd9a0e27b04d5a492 | |
parent | 172acf60f39046987d3ff7b955f2bcc45de7ddd3 (diff) | |
download | op-kernel-dev-9aad369e5690cbd0505f75aa1d34c9cacfef48da.zip op-kernel-dev-9aad369e5690cbd0505f75aa1d34c9cacfef48da.tar.gz |
oom: add header file to Kbuild as unifdef
Preprocess include/linux/oom.h before exporting it to userspace.
Cc: Andrea Arcangeli <andrea@suse.de>
Cc: Christoph Lameter <clameter@sgi.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 025af70..2e683c1 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -283,6 +283,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 |