You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build a tarball so I can make an RPM using the included spec file, but make distcheck fails, since the siw_user.h file does not get included in the tarball.
I don't know of an easy solution to this. I think it may be easier to put siw_user.h under something like userlib/include and then include that directory from the kernel build directory? An alternative may be to embed the kernel module directory into the userlib autotools build system, although that comes with its own issues (i.e., kernel build system won't build out-of-tree but autotools expects to be able to do that).
The text was updated successfully, but these errors were encountered:
I am trying to build a tarball so I can make an RPM using the included spec file, but make distcheck fails, since the
siw_user.h
file does not get included in the tarball.I don't know of an easy solution to this. I think it may be easier to put
siw_user.h
under something likeuserlib/include
and then include that directory from the kernel build directory? An alternative may be to embed the kernel module directory into theuserlib
autotools build system, although that comes with its own issues (i.e., kernel build system won't build out-of-tree but autotools expects to be able to do that).The text was updated successfully, but these errors were encountered: