ngie
9900a2bb5e
sys/modules: normalize .CURDIR-relative paths to SRCTOP
...
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon
2017-03-04 10:10:17 +00:00
imp
688468d31c
On x86 force NEW_PCIB, since that's the default. While this option
...
would be picked up for kernel builds, it isn't picked up for
old-fashioned builds. Without this option, PCI bus numbers are busted
for modules build iteratively.
2015-01-14 05:41:28 +00:00
imp
e81a15aa81
And isa_if.h
2004-08-16 15:24:03 +00:00
imp
652d8e54a8
Add pccbb_isa.c and pccbb_pci.c
2004-08-16 15:23:10 +00:00
imp
ce4901a76d
Fix this pending the decision of which of the redundant
...
sys/modules/{pc,}cbb/Makefile to remove.
2002-08-27 15:59:19 +00:00
ru
3f4f85365b
Drop <bsd.man.mk> support from <bsd.kmod.mk>.
...
Not objected to by: -current
2002-01-11 15:49:02 +00:00
msmith
96286409df
Turn on unconditional symbol export for modules whose API is
...
not clear enough, will require additional analysis, or will
require some input from their maintainers.
2002-01-11 01:19:26 +00:00
obrien
c269c9fb36
Use a consistent style and one much closer to the rest of /usr/src
2001-01-06 14:00:42 +00:00
peter
ea11d3cf1c
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
1b38e19179
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
bde
d7156780d3
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
imp
1d15f21bbc
Add modules for cardbus and the cardbus bridge driver. Files needed
...
to build these to be committed next.
Again, not added to sys/modules/Makefile
1999-11-18 07:11:16 +00:00