aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/Kbuild
diff options
context:
space:
mode:
authorKirill A. Shutemov <k.shutemov@gmail.com>2008-02-07 03:15:55 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-07 11:42:30 -0500
commit6cc931b9b5ec652c90b928f3ec2163f261552c91 (patch)
tree0f01557ada755c56baffe102614149ad190ebb02 /include/linux/Kbuild
parent516c25a86f6bdad77ded01a43c52c5569c8d690c (diff)
Unexport asm/elf.h
Do not export asm/elf.h during make headers_install. Signed-off-by: Kirill A. Shutemov <k.shutemov@gmail.com> Reviewed-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r--include/linux/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 6723bc973dac..0d4f55d97ae9 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -60,7 +60,6 @@ header-y += dqblk_v2.h
60header-y += dqblk_xfs.h 60header-y += dqblk_xfs.h
61header-y += efs_fs_sb.h 61header-y += efs_fs_sb.h
62header-y += elf-fdpic.h 62header-y += elf-fdpic.h
63header-y += elf.h
64header-y += elf-em.h 63header-y += elf-em.h
65header-y += fadvise.h 64header-y += fadvise.h
66header-y += fd.h 65header-y += fd.h
@@ -190,6 +189,7 @@ unifdef-y += dccp.h
190unifdef-y += dirent.h 189unifdef-y += dirent.h
191unifdef-y += dlm.h 190unifdef-y += dlm.h
192unifdef-y += edd.h 191unifdef-y += edd.h
192unifdef-y += elf.h
193unifdef-y += elfcore.h 193unifdef-y += elfcore.h
194unifdef-y += errno.h 194unifdef-y += errno.h
195unifdef-y += errqueue.h 195unifdef-y += errqueue.h