summaryrefslogtreecommitdiffstats
path: root/sys/conf/kmod.mk
Commit message (Expand)AuthorAgeFilesLines
* Consolidate common beforebuild logic.bdrewery2016-02-161-2/+1
* kmod.mk: Ensure ILINKS are created before building.bdrewery2016-02-081-0/+1
* kmod.mk: Support a beforebuild target such as bsd.prog.mk has.bdrewery2016-02-081-1/+2
* Revert r294352.bdrewery2016-01-191-1/+1
* FAST_DEPEND: Add header dependency missed in r290629.bdrewery2016-01-191-1/+1
* In the unload target, check that the module is loaded first.des2016-01-011-1/+12
* Revert this change. It broke the trampoline build. Until I'm sureimp2015-12-211-1/+1
* Move some MIPS specific flags to be more congruent with otherimp2015-12-191-1/+1
* Consistently use ${AWK} instead of hard-coding the program name.markj2015-12-171-1/+1
* Calculate MPATH for sys/modules to save 92% time in a basic 'obj' tree-walk.bdrewery2015-12-041-0/+2
* Restore cleaning of auto-generated kobj files after the recent MFILESjhb2015-12-011-4/+8
* Do as r289391 did for share/mk and make installing to a non-existent directorybdrewery2015-10-171-2/+2
* Build changes that allow the modules on arm64.kib2015-10-081-1/+15
* Install kernel debug data under /usr/lib/debugemaste2015-09-241-6/+7
* Comment out cleaning files, since it cleans too much.imp2015-08-281-1/+2
* Fix cleaning of files generated from .m sources.imp2015-08-281-5/+3
* Cache _MPATH and pass it down into the modules build. Some NFS setupsimp2015-07-041-0/+2
* Kill MFILES and find things automatically. It turned out to be onlyimp2015-07-031-35/+16
* Don't use ${.OBJDIR}/ to qualify target that isn't specified that waysjg2015-06-151-1/+1
* Add META_MODE support.sjg2015-06-131-6/+3
|\
| * Merge sync of headsjg2015-05-271-36/+18
| |\
| * \ Merge from head@274682sjg2014-11-191-69/+58
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-191-18/+11
| |\ \ \
| * \ \ \ Merge from headsjg2014-05-081-0/+1
| |\ \ \ \
| * \ \ \ \ Merge headsjg2014-04-281-6/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge from headsjg2013-09-051-1/+1
| |\ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Sync from headsjg2012-11-041-5/+6
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+2
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Create a separate kobj interface for leaf-driver PCI IOV methods.jhb2015-05-281-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Fix kernel build ${MACHINE} pathemaste2015-04-161-2/+2
* | | | | | | | | Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsglebius2015-04-161-4/+0
* | | | | | | | | Allow the ARM unwinder to work through modules. This will be used to addandrew2015-02-191-0/+1
* | | | | | | | | Populate new KERN_OPTS from all the opt_*.h files inimp2015-02-181-28/+6
* | | | | | | | | Globally enable -fms-extensions when building kernel with gcc, and removeglebius2015-02-171-0/+1
* | | | | | | | | Add dev/mbox/mbox_if.m to MFILES list so we can use it in kernel modulesgonzo2015-01-071-1/+1
* | | | | | | | | Don't allow clang to use fpu instructions or registers in kernel modules.ian2015-01-041-0/+2
* | | | | | | | | Put in a workaround for bug 196407 (arm modules cause crashes & panics).ian2015-01-021-0/+5
* | | | | | | | | Move more of the warnings into kern.mk, as well as centralize that asimp2015-01-011-1/+0
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Retire the '@' symlink. It isn't really needed and causes moreimp2014-11-061-66/+26
* | | | | | | | Don't depend on @ or machine for assym.s or genassym.o. That's aimp2014-10-171-2/+2
* | | | | | | | Move most of the 15 variations on generating opt_inet.h andimp2014-08-041-0/+28
* | | | | | | | Include the kernel options after bsd.init.mk so that when we'reimp2014-08-041-2/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Reviewed by: impsjg2014-07-261-4/+4
* | | | | | | Clean symlinks created in sys/modules dirs when a make clean is invoked.sbruno2014-07-241-0/+1
* | | | | | | The time is not yet ripe to break the lack of dependencies betweenimp2014-05-171-7/+2
* | | | | | | bitrotted compat cruft removal:imp2014-05-101-5/+1
* | | | | | | Remove the compatibility hack for FreeBSD 7 systems forimp2014-05-101-3/+0
* | | | | | | Simplify clang ifdefs in the kernel a bit. Introduceimp2014-05-101-5/+3
* | | | | | | Introduce kern.opts.mk to hold all the options for kernel moduleimp2014-05-091-1/+7
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix buildkernel breakage, which was fall-out from the move of options tose2014-05-061-0/+1
| |_|_|_|/ |/| | | |
OpenPOWER on IntegriCloud