aboutsummaryrefslogtreecommitdiff
path: root/share/mk/bsd.kmod.mk
Commit message (Expand)AuthorAgeFilesLines
* Introduce bsd.sysdir.mk to consolidate looking for the kernel.Warner Losh2019-11-211-17/+1
* Use known SRCTOP if possible to determine SYSDIR.Bryan Drewery2018-04-121-1/+2
* Fix using wrong SYSDIR after r331683.Bryan Drewery2018-04-121-1/+1
* Avoid looping if SYSDIR already known.Bryan Drewery2018-03-281-1/+3
* Avoid upwards directory walk in kernel build for finding known SYSDIR.Bryan Drewery2018-03-281-0/+2
* WITH_META_MODE: Resolve SYSDIR to avoid changed build commands.Bryan Drewery2016-05-311-1/+1
* Eliminate bsd.sys.mk on purpose. Do not put it back.Warner Losh2015-01-011-2/+0
* Unbreak the build for some modules that depend on -std flags to be passedEnji Cooper2015-01-011-0/+2
* Fix module builds on arm (and maybe others) by turning off a wholeWarner Losh2015-01-011-2/+0
* Fix comma splice, can't ambiguity and quoting.Warner Losh2012-02-161-1/+1
* Wordsmith the can't find kernel error message, and suggest whichWarner Losh2012-02-151-1/+1
* ata module additions now nest ata modules one deeper than any prior module.Warner Losh2008-10-091-1/+1
* Fixed style bugs in previous commit (151 characters of trailing whitespace).Bruce Evans2004-06-211-1/+1
* - Missing trailing slash for a kern directory check.Pawel Jakub Dawidek2004-06-211-3/+5
* Check if ${_dir}/kern exists as well, because if it doesn't existsPawel Jakub Dawidek2004-06-181-1/+1
* Bring in the WARNS directive from NetBSD, localized in a new bsd.sys.mkKris Kennaway2001-05-191-0/+2
* Do not check for existence of ${_dir}/kern/ , because for modules that setJason Evans2000-12-081-2/+2
* Add ${.CURDIR}/../../../.. to the list of places we look for theWarner Losh2000-07-071-1/+1
* Sigh. Use the correct path to bsd.conf.mk. It's times like this that IPeter Wemm2000-05-271-1/+1
* Revive a skeleton for bsd.kmod.mk (which will be in the make search path)Peter Wemm2000-05-271-0/+13
* Repocopied to src/sys/conf/kmod.mkPeter Wemm2000-05-041-301/+0
* Remove KMODDEPS support. All our existing dependencies are specifiedPeter Wemm2000-05-011-18/+6
* Add support for compiling kernel modules outside of the tree. If youWarner Losh2000-04-081-30/+19
* Use makeobjops.pl instead of makedevops.pl.Doug Rabson2000-04-081-2/+2
* Allow the calling Makefile to specify a list of device interfaces insteadDoug Rabson2000-04-051-1/+5
* Use an intermediate file containing the module binary before convertingPeter Wemm2000-03-201-4/+7
* Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered moduleBruce Evans2000-01-281-0/+2
* oops, nearly forgot to commit the addition of ppbus_if.m to the list.Peter Wemm2000-01-231-2/+3
* Add "-I@/../include" and/or "-I${DESTDIR}/usr/include" to CFLAGS,Bruce Evans2000-01-081-3/+12
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Update vnode_if.sh location. This was deliberately left a while afterPeter Wemm1999-12-221-2/+2
* Use the -c and -h args of vnode_if.sh to generate only the .h file thatPeter Wemm1999-12-121-9/+7
* Add two modules for the pccard work: dev/pccard/card_if.m andWarner Losh1999-11-281-2/+2
* Build and clean device interface files (foo_if.[ch]) and empty optionsBruce Evans1999-11-281-4/+33
* Add .ORDER which is needed for the previous commit to work with -jN.Marcel Moolenaar1999-11-231-0/+1
* vnode_if.sh makes both vnode_if.c and vnode_if.h. Add vnode_if.c toMarcel Moolenaar1999-11-231-1/+1
* 1) s/mod(un)?load/kld$1load/Nick Hibma1999-09-061-21/+21
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add variable INSTALLFLAGS_EDIT used to remove arbitrary INSTALLFLAGS.Tim Vanderhoek1999-07-311-2/+7
* s/lkm(4)/kld(4)/Peter Wemm1999-04-231-2/+2
* Clean out most of the LKM stuff, the build support left a little while ago.Peter Wemm1999-04-201-85/+9
* Removed all traces of LN_FLAGS. It was only used to produce a linkBruce Evans1999-03-231-5/+16
* Use a name less likely to collide with source files without an obj dir.Peter Wemm1998-11-111-4/+4
* Do not add ${KMOD} to the CLEANFILES list. We want ${PROG} which is eitherPeter Wemm1998-11-051-2/+2
* Update the kld gluePeter Wemm1998-10-161-1/+32
* Support encapsulating ELF linker sets for KLD modules via gensetdefs.Peter Wemm1998-10-141-3/+36
* Define KLD_MODULE if building a KLD module.Mike Smith1998-10-021-1/+4
* Changes to support building of KLD modules. This includes the possiblyMike Smith1998-10-021-1/+11
* Add -aout to CFLAGS and LDFLAGS in bsd.kmod.mk, not inBruce Evans1998-09-021-1/+5
* Make ../Makefile.inc handling more consistant to prevent multiple includesPeter Wemm1998-08-081-1/+4