aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kmod.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* - CTF knob is now implemented using common scheme: MK_CTF=yes/no isMax Khon2011-11-301-1/+1
* Call CTFMERGE only when WITH_CTF is defined.Max Khon2011-11-291-1/+1
* - fix WITH_CTF when specified in /etc/src.conf [1]Max Khon2011-11-291-5/+0
* Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif) insteadMax Khon2011-11-291-1/+3
* Test against "no" rather than "yes" for MK_KERNEL_SYMBOLSWarner Losh2011-05-231-2/+2
* Backwards compatibility hacks to allow kernels to be built via configWarner Losh2011-05-221-1/+2
* Start to usher INSTALL_NODEBUG hack out the door. Add newWarner Losh2011-05-221-1/+1
* Remove support for the Intel C Compiler from the build infrastructure.Dimitry Andric2011-04-191-13/+3
* Add an x86/include directory to the kernel to hold headers that are commonJohn Baldwin2010-11-011-2/+5
* Use MACHINE_CPUARCH as appropriateWarner Losh2010-09-131-7/+13
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inRui Paulo2010-08-171-4/+4
* Handle a few corner cases for clang like we did with icc. These shouldRui Paulo2010-07-221-1/+1
* Simple compatibility hacks for building on older systems whereWarner Losh2010-07-151-0/+3
* Convert several instances of MACHINE_ARCH to MACHINE_CPUARCH and use theNathan Whitehorn2010-07-131-7/+7
* Import mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA controllersAlexander Motin2010-05-021-1/+1
* Do the ctfmerge (= all symbols, not only symbols from one object file) forAlexander Leidinger2010-04-221-0/+5
* WITH_CTF can now be specified in src.conf (not recommended, thereAlexander Leidinger2010-04-021-0/+5
* Fix a typo in a comment.Alexander Leidinger2010-03-261-1/+1
* Propagate CONF_CFLAGS (from makeoptions) to the module build too.Alexander Leidinger2010-03-251-0/+3
* Kernel module support for mips.Neel Natu2010-02-181-3/+8
* * Driver for ACPI WMI (Windows Management Instrumentation)Rui Paulo2009-06-231-1/+2
* Change over the usb kernel options to the new stack (retaining existingAndrew Thompson2009-02-231-1/+0