(Belatedly) add the required EXPORT_SYMS. I'm not sure the list is complete,

but at least linprocfs works (I haven't had the opportunity to test other
stuff that depends on the linux module, like aac or tdfx)
This commit is contained in:
Dag-Erling Smørgrav 2002-02-22 18:21:20 +00:00
parent fbfe83fda4
commit bea8bf9567

View File

@ -15,6 +15,14 @@ OBJS= linux_locore.o
SRCS+= linux_uid16.c imgact_linux.c
.endif
EXPORT_SYMS=
EXPORT_SYMS+= linux_emul_path
EXPORT_SYMS+= linux_get_osname
EXPORT_SYMS+= linux_get_osrelease
EXPORT_SYMS+= linux_ifname
EXPORT_SYMS+= linux_ioctl_register_handler
EXPORT_SYMS+= linux_ioctl_unregister_handler
CLEANFILES= linux_assym.h linux_genassym.o
linux_assym.h: linux_genassym.o