diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-09-19 07:43:58 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-09-19 07:43:58 -0400 |
commit | fadcfa33b6319a5faf8af2287f08bf93a7f926b6 (patch) | |
tree | 367e931ec64a88c20a4d15c351d4c7dbb1b7adf1 /include/Kbuild | |
parent | 47a5c6fa0e204a2b63309c648bb2fde36836c826 (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/Kbuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/include/Kbuild b/include/Kbuild index cb2534800b19..2d03f995865f 100644 --- a/include/Kbuild +++ b/include/Kbuild | |||
@@ -1,2 +1,9 @@ | |||
1 | header-y += asm-generic/ linux/ scsi/ sound/ mtd/ rdma/ video/ | 1 | header-y += asm-generic/ |
2 | header-y += asm-$(ARCH)/ | 2 | header-y += linux/ |
3 | header-y += scsi/ | ||
4 | header-y += sound/ | ||
5 | header-y += mtd/ | ||
6 | header-y += rdma/ | ||
7 | header-y += video/ | ||
8 | |||
9 | header-y += asm-$(ARCH)/ | ||