Remove empty Kbuild files as they cause problems with the patch program which removes files that become empty. Should I also remove include/Kbuild as that now does nothing? Or should it be left as an anchor just in case we want it in future? Signed-off-by: David Howells <dhowells@xxxxxxxxxx> --- include/Kbuild | 3 --- include/scsi/Kbuild | 1 - include/scsi/fc/Kbuild | 0 include/video/Kbuild | 0 4 files changed, 4 deletions(-) delete mode 100644 include/scsi/Kbuild delete mode 100644 include/scsi/fc/Kbuild delete mode 100644 include/video/Kbuild diff --git a/include/Kbuild b/include/Kbuild index 1dfd33e..bab1145 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/ diff --git a/include/scsi/Kbuild b/include/scsi/Kbuild deleted file mode 100644 index 562ff9d..0000000 --- a/include/scsi/Kbuild +++ /dev/null @@ -1 +0,0 @@ -header-y += fc/ diff --git a/include/scsi/fc/Kbuild b/include/scsi/fc/Kbuild deleted file mode 100644 index e69de29..0000000 diff --git a/include/video/Kbuild b/include/video/Kbuild deleted file mode 100644 index e69de29..0000000 -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html