This website requires JavaScript.
Explore
Help
Sign in
forge
/
linux-pinenote
Watch
1
Star
0
Fork
You've already forked linux-pinenote
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
17be868e04
linux-pinenote
/
include
/
linux
/
nfsd
/
Kbuild
6 lines
99 B
Text
Raw
Normal View
History
Unescape
Escape
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 <jlayton@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
2012-04-16 12:07:02 -04:00
header-y += cld.h
include: replace unifdef-y with header-y unifdef-y and header-y has same semantic. So there is no need to have both. Drop the unifdef-y variant and sort all lines again Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
2010-08-14 10:15:12 +02:00
header-y += debug.h
header-y += export.h
header-y += nfsfh.h
header-y += stats.h
Reference in a new issue
Copy permalink