freebsd-dev/lkm
Bruce Evans c11bd94104 Fixed the `machine' link. It pointed to the wrong place, and was created
too late to be used in all cases.  It should probably be created (early)
in bsd.kmod.mk for all LKMs.

Use cc instead of cpp | as for the same reasons as in the kernel makefile.
CFLAGS isn't split up as well as in the kernel makefile, but cc doesn't
pass compiler warning flags to cpp, so there is no need to split it.
1996-06-25 20:13:12 +00:00
..
atapi Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative) 1996-06-23 14:58:14 +00:00
ccd Don't claim to be a VFS_LKM - generate vnode_if.h by putting it in SRCS. 1996-06-23 14:56:04 +00:00
cd9660 Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's more 1994-09-21 23:27:16 +00:00
coff Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC() 1995-11-14 07:35:57 +00:00
fdesc Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's more 1994-09-21 23:27:16 +00:00
fpu Two x87 emulators as LKMs. 1995-12-14 08:26:14 +00:00
gnufpu Two x87 emulators as LKMs. 1995-12-14 08:26:14 +00:00
ibcs2 Correct some man page cross references and some file 1996-02-05 17:32:16 +00:00
if_disc The discard, tunnel, SLIP, and PPP network interface pseudo-devices 1995-03-20 19:25:49 +00:00
if_ppp Update if_ppp lkm to pull in the new files... 1995-10-31 20:54:15 +00:00
if_sl Forgot slcompress.c in SLIP module. 1995-03-20 19:31:47 +00:00
if_tun The discard, tunnel, SLIP, and PPP network interface pseudo-devices 1995-03-20 19:25:49 +00:00
ip_mroute_mod Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, and 1994-09-16 20:24:29 +00:00
ipfw Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicate 1996-06-23 14:28:02 +00:00
joy Don't (re)define ACTUALLY_LKM_NOT_KERNEL. It wasn't even used by the 1996-06-23 14:52:20 +00:00
kernfs Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's more 1994-09-21 23:27:16 +00:00
linux Fixed the `machine' link. It pointed to the wrong place, and was created 1996-06-25 20:13:12 +00:00
mfs Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's more 1994-09-21 23:27:16 +00:00
msdos Removed redundant delcaration of msdosfs_denode.c from the SRCS line. 1995-03-03 18:33:04 +00:00
nfs Create NFS LKM. 1994-09-22 22:12:59 +00:00
nullfs Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's more 1994-09-21 23:27:16 +00:00
pcic Revert to default entry point. 1995-10-15 17:00:49 +00:00
portal Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's more 1994-09-21 23:27:16 +00:00
procfs Add new parts, kernel not booted in other case 1996-06-18 16:58:44 +00:00
qcam Don't (re)define or use ACTUALLY_LKM_NOT_KERNEL - use the existing 1996-06-23 14:41:55 +00:00
syscons Delete obnoxious uprintf()s in load/unload procedures. 1995-11-29 20:10:33 +00:00
umapfs Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's more 1994-09-21 23:27:16 +00:00
union Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's more 1994-09-21 23:27:16 +00:00
wcd Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative) 1996-06-23 14:58:14 +00:00
Makefile Disabled unusable union lkm. 1996-06-23 13:31:20 +00:00
Makefile.inc Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, and 1994-09-16 20:24:29 +00:00