Browse Source

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>
David Howells 12 years ago
parent
commit
3d33fcc11b

+ 0 - 3
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/

+ 0 - 5
include/linux/Kbuild

@@ -1,5 +0,0 @@
-header-y += dvb/
-header-y += hdlc/
-header-y += hsi/
-header-y += raid/
-header-y += usb/

+ 0 - 0
include/linux/hdlc/Kbuild


+ 0 - 0
include/linux/hsi/Kbuild


+ 0 - 0
include/linux/raid/Kbuild


+ 0 - 0
include/linux/usb/Kbuild


+ 0 - 0
include/rdma/Kbuild


+ 0 - 0
include/sound/Kbuild