diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-09-19 12:43:58 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-09-19 12:43:58 +0100 |
commit | fadcfa33b6319a5faf8af2287f08bf93a7f926b6 (patch) | |
tree | 367e931ec64a88c20a4d15c351d4c7dbb1b7adf1 /include/Kbuild | |
parent | 47a5c6fa0e204a2b63309c648bb2fde36836c826 (diff) | |
download | linux-3.10-fadcfa33b6319a5faf8af2287f08bf93a7f926b6.tar.gz linux-3.10-fadcfa33b6319a5faf8af2287f08bf93a7f926b6.tar.bz2 linux-3.10-fadcfa33b6319a5faf8af2287f08bf93a7f926b6.zip |
[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 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)/ |