mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 08:40:53 +07:00
d22053cdbd
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>
6 lines
99 B
Makefile
6 lines
99 B
Makefile
header-y += cld.h
|
|
header-y += debug.h
|
|
header-y += export.h
|
|
header-y += nfsfh.h
|
|
header-y += stats.h
|