Bruce Evans
|
88ce2dfc41
|
Fiexed CFLAGS. Compiling things in the kernel without -O now causes
zillions of warnings about static inline functions because `inline'
is ignored without -O.
|
1996-09-21 01:51:11 +00:00 |
|
Bruce Evans
|
e0ddbefc46
|
Don't claim to be a VFS_LKM - generate vnode_if.h by putting it in SRCS.
Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative)
path.
|
1996-06-23 14:56:04 +00:00 |
|
Satoshi Asami
|
8bbe70f4a7
|
A Makefile for a ccd lkm. You need to explicitly /sbin/modload it for
now. Someday I'll add a hook to ccdconfig to do it automatically.
|
1996-06-12 03:49:15 +00:00 |
|