diff options
author | David Howells <dhowells@redhat.com> | 2013-04-30 15:28:47 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-30 17:04:09 -0700 |
commit | 22145aa1f65c2bb4a008bc29054349a4a6c4f565 (patch) | |
tree | dcbfead8cc59e2ae07e2f4ac6a5db4cbb84e7b24 /include/Kbuild | |
parent | bcdedcc1afd6ac91e15cb90aedaf8432f62fed13 (diff) | |
download | linux-22145aa1f65c2bb4a008bc29054349a4a6c4f565.tar.bz2 |
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 @@ # Top-level Makefile calls into asm-$(ARCH) # List only non-arch directories below - -header-y += video/ -header-y += scsi/ |