obrien
690e163f68
Use a consistent style and one much closer to the rest of /usr/src
2001-01-06 14:00:42 +00:00
peter
a1907d0b27
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
...
encoding the relative path.
2000-05-27 01:14:33 +00:00
peter
932899b88d
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
...
This means that the kernel can be totally self contained now and is not
dependent on the last buildworld to update /usr/share/mk. This might
also make it easier to build 5.x kernels on 4.0 boxes etc, assuming
gensetdefs and config(8) are updated.
2000-05-04 12:08:52 +00:00
peter
354283285e
Zap KMODDEPS line
2000-05-01 18:58:48 +00:00
bde
9938c0722f
Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module
...
makefiles. Bad examples in fxp/Makefile keep getting copied to new
makefiles.
2000-01-28 11:26:46 +00:00
bde
72c28a3dd3
Removed special rules for building and cleaning device interface files
...
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
1999-11-28 18:53:47 +00:00
green
090deb35b0
Change a CLEANFILES misspelling to get miibus_if.h removed.
1999-11-22 06:38:13 +00:00
peter
196c728eea
Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff.
1999-09-27 01:04:44 +00:00
peter
e1ae1d55d9
Don't generate 'bpf.h' since it's not used.
1999-09-27 00:34:02 +00:00
obrien
422a5f8b17
Change the name of the installed KLM to contain a leading "if_".
...
Except for miibus which is now installed as miibus.ko.
Discussed by: msmith, peter, and wpaul
1999-09-20 06:11:48 +00:00
peter
e4b04a2b21
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
wpaul
9882f79847
Fix path for miibus_if.m (mii > dev/mii);
1999-08-27 21:21:53 +00:00
wpaul
38daf95e80
Update these Makefiles; add mlphy and tlphy to the mii module, add
...
miibus_if.h to tl module's dependencies.
1999-08-27 19:45:19 +00:00
wpaul
b5cc48fe2d
Convert the VIA Rhine driver to newbus and set it up to be compiled as
...
a module. Also modified the code to work on FreeBSD/alpha and added
device vr0 to the alpha GENERIC config.
While I was in the neighborhood, I noticed that I was still using
#define NFPX 1 in all of the Makefiles that I'd copied from the fxp
module. I don't really use #define Nfoo X so it didn't matter, but
I decided to customize this correctly anyway.
1999-08-10 17:15:20 +00:00
wpaul
6257bff517
Create module directories for the xl, ti, tl and sk drivers and add
...
them to the Makefile so that modules will be generated for /modules.
1999-07-23 05:48:01 +00:00