On Mon, Apr 16, 2012 at 4:24 PM, Jeff Layton <jlayton@xxxxxxxxxxxxxxx> wrote: > Recently, I added a new upcall to mainline kernels and with that I > added a new header file to describe the upcall/downcall format > (include/linux/nfsd/cld.h). > > I've noticed though that that file is not being packaged in the > kernel-headers package, even though the other files in the linux/nfsd > dir are. 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? I think that's defined in the upstream kernel sources as well. You probably need to update include/linux/nfsd/Kbuild and add the new file to export. Some information can also be found in Documentation/make/headers_install.txt. Cheers, Niels _______________________________________________ kernel mailing list kernel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/kernel