diff options
author | David Howells <dhowells@redhat.com> | 2013-01-02 15:12:55 +0000 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-01-02 17:36:10 -0800 |
commit | 3d33fcc11bdd11b6949cf5c406726a094395dc4f (patch) | |
tree | c2c25e3d7b3c031d21048c5606cceb5fe09d37f8 /include/Kbuild | |
parent | 007f6c3a63e0831ff5a34bde072db08e917134c8 (diff) | |
download | linux-3.10-3d33fcc11bdd11b6949cf5c406726a094395dc4f.tar.gz linux-3.10-3d33fcc11bdd11b6949cf5c406726a094395dc4f.tar.bz2 linux-3.10-3d33fcc11bdd11b6949cf5c406726a094395dc4f.zip |
UAPI: Remove empty Kbuild files
Empty files can get deleted by the patch program, so remove empty Kbuild
files and their links from the parent Kbuilds.
Signed-off-by: David Howells <dhowells@redhat.com>
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 83256b64166..1dfd33e8d43 100644 --- a/include/Kbuild +++ b/include/Kbuild @@ -1,8 +1,5 @@ # Top-level Makefile calls into asm-$(ARCH) # List only non-arch directories below -header-y += linux/ -header-y += sound/ -header-y += rdma/ header-y += video/ header-y += scsi/ |