This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2025-02-09 00:45:14 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
a248afdc1b
linux_dsm_epyc7002
/
include
/
linux
/
nfsd
/
Kbuild
6 lines
99 B
Plaintext
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 23:07:02 +07: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 15:15:12 +07:00
header-y += debug.h
header-y += export.h
header-y += nfsfh.h
header-y += stats.h
Reference in New Issue
Copy Permalink