aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kmod.mk
Commit message (Expand)AuthorAgeFilesLines
* Cache _MPATH and pass it down into the modules build. Some NFS setupsWarner Losh2015-07-041-0/+2
* Kill MFILES and find things automatically. It turned out to be onlyWarner Losh2015-07-031-35/+16
* Don't use ${.OBJDIR}/ to qualify target that isn't specified that waySimon J. Gerraty2015-06-151-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-6/+3
|\
| * Merge sync of headSimon J. Gerraty2015-05-271-36/+18
| |\
| * \ Merge from head@274682Simon J. Gerraty2014-11-191-69/+58
| |\ \
| * \ \ Merge head from 7/28Simon J. Gerraty2014-08-191-18/+11
| |\ \ \
| * \ \ \ Merge from headSimon J. Gerraty2014-05-081-0/+1
| |\ \ \ \
| * \ \ \ \ Merge headSimon J. Gerraty2014-04-281-6/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge from headSimon J. Gerraty2013-09-051-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-041-5/+6
| |\ \ \ \ \ \ \
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+2
* | | | | | | | | Create a separate kobj interface for leaf-driver PCI IOV methods.John Baldwin2015-05-281-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix kernel build ${MACHINE} pathEd Maste2015-04-161-2/+2
* | | | | | | | Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsGleb Smirnoff2015-04-161-4/+0
* | | | | | | | Allow the ARM unwinder to work through modules. This will be used to addAndrew Turner2015-02-191-0/+1
* | | | | | | | Populate new KERN_OPTS from all the opt_*.h files inWarner Losh2015-02-181-28/+6
* | | | | | | | Globally enable -fms-extensions when building kernel with gcc, and removeGleb Smirnoff2015-02-171-0/+1
* | | | | | | | Add dev/mbox/mbox_if.m to MFILES list so we can use it in kernel modulesOleksandr Tymoshenko2015-01-071-1/+1
* | | | | | | | Don't allow clang to use fpu instructions or registers in kernel modules.Ian Lepore2015-01-041-0/+2
* | | | | | | | Put in a workaround for bug 196407 (arm modules cause crashes & panics).Ian Lepore2015-01-021-0/+5
* | | | | | | | Move more of the warnings into kern.mk, as well as centralize that asWarner Losh2015-01-011-1/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Retire the '@' symlink. It isn't really needed and causes moreWarner Losh2014-11-061-66/+26
* | | | | | | Don't depend on @ or machine for assym.s or genassym.o. That's aWarner Losh2014-10-171-2/+2
* | | | | | | Move most of the 15 variations on generating opt_inet.h andWarner Losh2014-08-041-0/+28
* | | | | | | Include the kernel options after bsd.init.mk so that when we'reWarner Losh2014-08-041-2/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Reviewed by: impSimon J. Gerraty2014-07-261-4/+4
* | | | | | Clean symlinks created in sys/modules dirs when a make clean is invoked.Sean Bruno2014-07-241-0/+1
* | | | | | The time is not yet ripe to break the lack of dependencies betweenWarner Losh2014-05-171-7/+2
* | | | | | bitrotted compat cruft removal:Warner Losh2014-05-101-5/+1
* | | | | | Remove the compatibility hack for FreeBSD 7 systems forWarner Losh2014-05-101-3/+0
* | | | | | Simplify clang ifdefs in the kernel a bit. IntroduceWarner Losh2014-05-101-5/+3
* | | | | | Introduce kern.opts.mk to hold all the options for kernel moduleWarner Losh2014-05-091-1/+7
| |_|_|_|/ |/| | | |
* | | | | Fix buildkernel breakage, which was fall-out from the move of options toStefan Eßer2014-05-061-0/+1
| |_|_|/ |/| | |
* | | | Use a full path to the target for make rules which create symlinks @,Mark Johnston2014-03-041-6/+11
* | | | Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-051-1/+1
* | | | Add the long-missing spibus_if.m to the MFILES list.Ian Lepore2013-10-151-1/+1
| |_|/ |/| |
* | | amd64: use -mno-omit-leaf-frame-pointer in addition to -fno-omit-frame-pointerAndriy Gapon2013-07-091-1/+1
| |/ |/|
* | Split sdhci driver in two parts: sdhci and sdhci_pci.Oleksandr Tymoshenko2012-10-161-1/+2
* | Introduce a new make variable COMPILER_TYPE that specifies whatBrooks Davis2012-09-131-1/+2
* | Merging of projects/armv6, part 3Oleksandr Tymoshenko2012-08-151-1/+1
* | Revert r222186 per instructions for FreeBSD 10.David E. O'Brien2012-07-031-2/+1
|/
* Bring over the first part of the etherswitch framework - an MDIO bus andAdrian Chadd2012-05-011-1/+1
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.Juli Mallett2012-03-291-1/+1
* Revert r232473. I have been convinced by Doug Barton and Bjoern ZeebDimitry Andric2012-03-031-1/+1
* After r232322, it turned out many people (and some ports) are buildingDimitry Andric2012-03-031-1/+1
* Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, thatDimitry Andric2012-02-291-1/+1
* Unbreak several mips kernel configs after r230150 and r230152 to makeBjoern A. Zeeb2012-01-181-0/+1
* Major snd_hda driver rewrite:Alexander Motin2012-01-151-0/+1
* MK_CTF is not defined when kmod.mk is used with old bsd.own.mk.Max Khon2011-12-061-1/+1