diff options
author | David Howells <dhowells@redhat.com> | 2013-04-30 18:28:47 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-30 20:04:09 -0400 |
commit | 22145aa1f65c2bb4a008bc29054349a4a6c4f565 (patch) | |
tree | dcbfead8cc59e2ae07e2f4ac6a5db4cbb84e7b24 /include/Kbuild | |
parent | bcdedcc1afd6ac91e15cb90aedaf8432f62fed13 (diff) |
UAPI: remove empty Kbuild files
Remove empty Kbuild files as they cause problems with the patch program which
removes files that become empty.
Signed-off-by: David Howells <dhowells@redhat.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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/Kbuild b/include/Kbuild index 1dfd33e8d43b..bab1145bc7a7 100644 --- a/include/Kbuild +++ b/include/Kbuild | |||
@@ -1,5 +1,2 @@ | |||
1 | # Top-level Makefile calls into asm-$(ARCH) | 1 | # Top-level Makefile calls into asm-$(ARCH) |
2 | # List only non-arch directories below | 2 | # List only non-arch directories below |
3 | |||
4 | header-y += video/ | ||
5 | header-y += scsi/ | ||