aboutsummaryrefslogtreecommitdiff
path: root/include/Kbuild
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2006-09-19 12:43:58 +0100
committerDavid Woodhouse <dwmw2@infradead.org>2006-09-19 12:43:58 +0100
commitfadcfa33b6319a5faf8af2287f08bf93a7f926b6 (patch)
tree367e931ec64a88c20a4d15c351d4c7dbb1b7adf1 /include/Kbuild
parent47a5c6fa0e204a2b63309c648bb2fde36836c826 (diff)
[HEADERS] One line per header in Kbuild files to reduce conflicts
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/Kbuild')
-rw-r--r--include/Kbuild11
1 files changed, 9 insertions, 2 deletions
diff --git a/include/Kbuild b/include/Kbuild
index cb2534800b1..2d03f995865 100644
--- a/include/Kbuild
+++ b/include/Kbuild
@@ -1,2 +1,9 @@
-header-y += asm-generic/ linux/ scsi/ sound/ mtd/ rdma/ video/
-header-y += asm-$(ARCH)/
+header-y += asm-generic/
+header-y += linux/
+header-y += scsi/
+header-y += sound/
+header-y += mtd/
+header-y += rdma/
+header-y += video/
+
+header-y += asm-$(ARCH)/