diff options
author | Olaf Hering <olh@suse.de> | 2007-10-17 02:27:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:42:52 -0400 |
commit | e629a7ddc0188e1bb9e956e698a9bd00c19c9854 (patch) | |
tree | 3b0a5eff0019288c62febba9d1df4c91a7c63faf /include | |
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')
-rw-r--r-- | include/Kbuild | 1 | ||||
-rw-r--r-- | include/scsi/Kbuild | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/include/Kbuild b/include/Kbuild index 2d03f995865f..b52288774345 100644 --- a/include/Kbuild +++ b/include/Kbuild | |||
@@ -1,6 +1,5 @@ | |||
1 | header-y += asm-generic/ | 1 | header-y += asm-generic/ |
2 | header-y += linux/ | 2 | header-y += linux/ |
3 | header-y += scsi/ | ||
4 | header-y += sound/ | 3 | header-y += sound/ |
5 | header-y += mtd/ | 4 | header-y += mtd/ |
6 | header-y += rdma/ | 5 | header-y += rdma/ |
diff --git a/include/scsi/Kbuild b/include/scsi/Kbuild deleted file mode 100644 index 744f85011f1e..000000000000 --- a/include/scsi/Kbuild +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | header-y += scsi.h | ||
2 | |||
3 | unifdef-y += scsi_ioctl.h | ||
4 | unifdef-y += sg.h | ||