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/asm-generic/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/asm-generic/Kbuild')
-rw-r--r-- | include/asm-generic/Kbuild | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/include/asm-generic/Kbuild b/include/asm-generic/Kbuild index 70594b275a6e..3c06be381701 100644 --- a/include/asm-generic/Kbuild +++ b/include/asm-generic/Kbuild | |||
@@ -1,3 +1,12 @@ | |||
1 | header-y += atomic.h errno-base.h errno.h fcntl.h ioctl.h ipc.h mman.h \ | 1 | header-y += atomic.h |
2 | signal.h statfs.h | 2 | header-y += errno-base.h |
3 | unifdef-y := resource.h siginfo.h | 3 | header-y += errno.h |
4 | header-y += fcntl.h | ||
5 | header-y += ioctl.h | ||
6 | header-y += ipc.h | ||
7 | header-y += mman.h | ||
8 | header-y += signal.h | ||
9 | header-y += statfs.h | ||
10 | |||
11 | unifdef-y += resource.h | ||
12 | unifdef-y += siginfo.h | ||