On Thu, 11 Oct 2001 09:35:32 -0700, 
Tom Rini <[EMAIL PROTECTED]> wrote:
>Hey all.  How do you do the 'export-objs' bits in a kernel module that's
>outside of the kernel?  Thanks..

Compile with -DMODULE -DEXPORT_SYMTAB.  If the kernel has modversions,
add -DMODVERSIONS -include $(HPATH)/linux/modversions.h.  The safest
way is to compile a module in the kernel that exports the objects then
copy the command, substituting the file names.


_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to