aboutsummaryrefslogtreecommitdiffstats
path: root/include/Kbuild
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2006-09-19 07:43:58 -0400
committerDavid Woodhouse <dwmw2@infradead.org>2006-09-19 07:43:58 -0400
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 @@
1header-y += asm-generic/ linux/ scsi/ sound/ mtd/ rdma/ video/ 1header-y += asm-generic/
2header-y += asm-$(ARCH)/ 2header-y += linux/
3header-y += scsi/
4header-y += sound/
5header-y += mtd/
6header-y += rdma/
7header-y += video/
8
9header-y += asm-$(ARCH)/