Displaying 1 result from an estimated 1 matches for "modinfo_sources".
2005 May 23
3
module-init-tools ported to klibc
...insmod_SOURCES = insmod.c testing.h
lsmod_SOURCES = lsmod.c testing.h
-modprobe_SOURCES = modprobe.c zlibsupport.c testing.h zlibsupport.h
-rmmod_SOURCES = rmmod.c testing.h
-depmod_SOURCES = depmod.c moduleops.c tables.c zlibsupport.c depmod.h moduleops.h tables.h list.h testing.h zlibsupport.h
-modinfo_SOURCES = modinfo.c zlibsupport.c testing.h zlibsupport.h
+modprobe_SOURCES = modprobe.c zlibsupport.c mod_libc_wrapper.c testing.h zlibsupport.h mod_libc_wrapper.h
+rmmod_SOURCES = rmmod.c mod_libc_wrapper.c testing.h mod_libc_wrapper.h
+depmod_SOURCES = depmod.c moduleops.c tables.c zlibsupport.c mod_lib...