projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dc4e6c
)
nfsd: include cld.h in the headers_install target
author
Jeff Layton
<
[email protected]
>
Mon, 16 Apr 2012 16:07:02 +0000
(12:07 -0400)
committer
J. Bruce Fields
<
[email protected]
>
Mon, 16 Apr 2012 19:19:12 +0000
(15:19 -0400)
The cld.h file contains the definition of the upcall format to talk
with nfsdcld. When I added the file though, I neglected to add it
to the headers-y target, so make headers_install wasn't installing it.
Signed-off-by: Jeff Layton <
[email protected]
>
Signed-off-by: J. Bruce Fields <
[email protected]
>
include/linux/nfsd/Kbuild
patch
|
blob
|
history
diff --git
a/include/linux/nfsd/Kbuild
b/include/linux/nfsd/Kbuild
index b8d4001212b30bbd94f7a8d47a3afe32e5dd229e..5b7d84ac954a2c7a5e0b7f19f3529bb01e1a981f 100644
(file)
--- a/
include/linux/nfsd/Kbuild
+++ b/
include/linux/nfsd/Kbuild
@@
-1,3
+1,4
@@
+header-y += cld.h
header-y += debug.h
header-y += export.h
header-y += nfsfh.h