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/rdma | |
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/rdma')
-rw-r--r-- | include/rdma/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rdma/Kbuild b/include/rdma/Kbuild index eb710ba9b1a..e7c04321655 100644 --- a/include/rdma/Kbuild +++ b/include/rdma/Kbuild @@ -1 +1 @@ -header-y := ib_user_mad.h +header-y += ib_user_mad.h |