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/scsi | |
parent | 715015e8da37c4d13e234def054bcbea116297e9 (diff) | |
download | op-kernel-dev-e629a7ddc0188e1bb9e956e698a9bd00c19c9854.zip op-kernel-dev-e629a7ddc0188e1bb9e956e698a9bd00c19c9854.tar.gz |
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/scsi')
-rw-r--r-- | include/scsi/Kbuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/scsi/Kbuild b/include/scsi/Kbuild deleted file mode 100644 index 744f850..0000000 --- a/include/scsi/Kbuild +++ /dev/null @@ -1,4 +0,0 @@ -header-y += scsi.h - -unifdef-y += scsi_ioctl.h -unifdef-y += sg.h |