new kernel header file not being packaged in kernel-headers

Paul Bolle pebolle at tiscali.nl
Mon Apr 16 14:34:07 UTC 2012


On Mon, 2012-04-16 at 10:24 -0400, Jeff Layton wrote:
> Is there some master list that I need to add this file to? Or
> do I need to mark this file in some way to ensure that it gets included
> in kernel-headers?

0) On a F16 system (kernel 3.3.1-5.fc16):
$ rpm -ql kernel-headers | grep nfsd
/usr/include/linux/nfsd
/usr/include/linux/nfsd/debug.h
/usr/include/linux/nfsd/export.h
/usr/include/linux/nfsd/nfsfh.h
/usr/include/linux/nfsd/stats.h

$ (inside the kernel tree) cat include/linux/nfsd/Kbuild:
header-y += debug.h
header-y += export.h
header-y += nfsfh.h
header-y += stats.h

1) Does adding it to include/linux/nfsd/Kbuild as "header-y" do what you
want?


Paul Bolle



More information about the kernel mailing list