diff options
author | David Rientjes <rientjes@google.com> | 2007-10-17 02:26:00 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:42:46 -0400 |
commit | 9aad369e5690cbd0505f75aa1d34c9cacfef48da (patch) | |
tree | ecc8f74699ca6f51052637bdd9a0e27b04d5a492 /include | |
parent | 172acf60f39046987d3ff7b955f2bcc45de7ddd3 (diff) |
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>
Diffstat (limited to 'include')
-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 025af706d114..2e683c1c443a 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -283,6 +283,7 @@ unifdef-y += nfs_idmap.h | |||
283 | unifdef-y += n_r3964.h | 283 | unifdef-y += n_r3964.h |
284 | unifdef-y += nubus.h | 284 | unifdef-y += nubus.h |
285 | unifdef-y += nvram.h | 285 | unifdef-y += nvram.h |
286 | unifdef-y += oom.h | ||
286 | unifdef-y += parport.h | 287 | unifdef-y += parport.h |
287 | unifdef-y += patchkey.h | 288 | unifdef-y += patchkey.h |
288 | unifdef-y += pci.h | 289 | unifdef-y += pci.h |