public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] UAPI: Remove empty Kbuild files
@ 2013-03-26 17:48 David Howells
  2013-03-26 17:48 ` David Howells
  2013-03-26 20:18 ` Andrew Morton
  0 siblings, 2 replies; 14+ messages in thread
From: David Howells @ 2013-03-26 17:48 UTC (permalink / raw)
  To: torvalds, arnd; +Cc: linux-arch, akpm, linux-kernel

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@redhat.com>
---

 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

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-03-26 23:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-26 17:48 [PATCH] UAPI: Remove empty Kbuild files David Howells
2013-03-26 17:48 ` David Howells
2013-03-26 20:18 ` Andrew Morton
2013-03-26 20:59   ` David Howells
2013-03-26 20:59     ` David Howells
2013-03-26 21:05     ` Andrew Morton
2013-03-26 21:27       ` David Howells
2013-03-26 21:47         ` Michal Marek
2013-03-26 22:54           ` David Howells
2013-03-26 22:54             ` David Howells
2013-03-26 23:29             ` Michal Marek
2013-03-26 23:29               ` Michal Marek
2013-03-26 23:32               ` David Howells
2013-03-26 23:32                 ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox