diff options
author | Olaf Hering <olh@suse.de> | 2007-10-16 23:27:01 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 08:42:52 -0700 |
commit | e629a7ddc0188e1bb9e956e698a9bd00c19c9854 (patch) | |
tree | 3b0a5eff0019288c62febba9d1df4c91a7c63faf /include/Kbuild | |
parent | 715015e8da37c4d13e234def054bcbea116297e9 (diff) |
do not export /usr/include/scsi in make headers_install
/usr/include/scsi is provided by glibc.
Remove the scsi export from make headers_install target.
Signed-off-by: Olaf Hering <olh@suse.de>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/Kbuild')
-rw-r--r-- | include/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Kbuild b/include/Kbuild index 2d03f995865f..b52288774345 100644 --- a/include/Kbuild +++ b/include/Kbuild @@ -1,6 +1,5 @@ header-y += asm-generic/ header-y += linux/ -header-y += scsi/ header-y += sound/ header-y += mtd/ header-y += rdma/ |