Skip to content

Commit d22053c

Browse files
jtlaytonJ. Bruce Fields
authored andcommitted
nfsd: include cld.h in the headers_install target
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]>
1 parent 9dc4e6c commit d22053c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/nfsd/Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
header-y += cld.h
12
header-y += debug.h
23
header-y += export.h
34
header-y += nfsfh.h

0 commit comments

Comments
 (0)