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
coff
fdesc
fpu
gnufpu
ibcs2
if_disc
if_ppp
if_sl
if_tun
ip_mroute_mod
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
linux Fixed the `machine' link. It pointed to the wrong place, and was created 1996-06-25 20:13:12 +00:00
mfs
msdos
nfs
nullfs
pcic
portal
procfs
qcam Don't (re)define or use ACTUALLY_LKM_NOT_KERNEL - use the existing 1996-06-23 14:41:55 +00:00
syscons
umapfs
union
wcd Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative) 1996-06-23 14:58:14 +00:00
Makefile
Makefile.inc