summaryrefslogtreecommitdiffstats
path: root/sys/conf/kmod.mk
Commit message (Expand)AuthorAgeFilesLines
* Add an x86/include directory to the kernel to hold headers that are commonjhb2010-11-011-2/+5
* Use MACHINE_CPUARCH as appropriateimp2010-09-131-7/+13
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inrpaulo2010-08-171-4/+4
* Handle a few corner cases for clang like we did with icc. These shouldrpaulo2010-07-221-1/+1
* Simple compatibility hacks for building on older systems whereimp2010-07-151-0/+3
* Convert several instances of MACHINE_ARCH to MACHINE_CPUARCH and use thenwhitehorn2010-07-131-7/+7
* Import mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA controllersmav2010-05-021-1/+1
* Do the ctfmerge (= all symbols, not only symbols from one object file) fornetchild2010-04-221-0/+5
* WITH_CTF can now be specified in src.conf (not recommended, therenetchild2010-04-021-0/+5
* Fix a typo in a comment.netchild2010-03-261-1/+1
* Propagate CONF_CFLAGS (from makeoptions) to the module build too.netchild2010-03-251-0/+3
* Kernel module support for mips.neel2010-02-181-3/+8
* * Driver for ACPI WMI (Windows Management Instrumentation)rpaulo2009-06-231-1/+2
* Change over the usb kernel options to the new stack (retaining existingthompsa2009-02-231-1/+0
* kmod.mk includes bsd.sys.mk anyway so use CSTD instead of homegrownrdivacky2009-01-261-2/+1
* add usb2_if.m to mfiles to unbreak build of modules.alfred2008-11-041-0/+1
* Allow clock_if.m to be referenced by kernel modules, this is usefulbms2008-10-021-1/+2
* Force an explicit dependency on opt_global.h for all module object filesjhb2008-03-041-0/+7
* Re-enable -Werror for modules.ru2007-11-191-1/+1
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasjhb2007-11-121-2/+2
* Add --no-warn-mismatch to ld(1) when linking binary files intomarcel2007-07-111-4/+4
* Disable -Werror for now.kan2007-05-191-2/+2
* Overhaul driver/subsystem api's:sam2007-03-211-1/+1
* Fix typo in comment.flz2007-03-041-1/+1
* - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in aflz2007-03-021-1/+6
* The path to the mmc/mmcbus_if.m file is wrong. Correct it byimp2007-02-031-1/+1
* Sort MFILES listimp2006-10-201-2/+2
* Add mmcbr_if.m and mmcbus_if.m to the mix.imp2006-10-201-1/+2
* - Remove include links only when .depend is also removed, so thatru2006-10-131-1/+6
* Don't use touch when what is really meant is :> (create an empty file, ordes2006-08-141-2/+2
* Fix kernel module build breakage.jkim2006-06-301-0/+2
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,netchild2006-05-271-2/+3
* Rewrite of puc(4). Significant changes are:marcel2006-04-281-2/+2
* Remove dev/uart/uart_if.m from the default MFILES (in kmod.mk) andmarcel2006-02-241-1/+1
* ${.CURDIR} != pwd and since we use the shell version of if now we don't evenmlaier2006-02-201-1/+1
* Use shell's version of if to check if the firmware really exists in themlaier2006-02-181-7/+9
* When linking make sure it succeeds.obrien2006-02-171-2/+2
* Fix minor inconsistancy between kernel built modules and stand-aloneimp2006-02-041-0/+2
* firmware(9) is a subsystem to load binary data into the kernel via amlaier2006-01-291-0/+28
* Drop the -I/usr/include (or any of its variants) from CFLAGS.ru2005-11-291-14/+0
* Rename the .dbg extension to .symbols, which matches "symbol-file"ru2005-10-271-5/+5
* Installing debug modules was a bad idea -- I bogusly assumed thatru2005-10-271-7/+9
* Refactor (some more) installation of kernel and module objects.ru2005-10-251-8/+3
* Get rid of duplicate -I's in CFLAGS.ru2005-10-141-5/+1
* Define HAVE_KERNEL_OPTION_HEADERS when building kernel and when buildingglebius2005-10-051-1/+1
* Fix genassym.o dependencies.ru2005-09-191-1/+4
* Use the more readable empty() syntax.obrien2005-09-071-7/+7
* Revert a mistake borrowed from kern.post.mk that has just been fixed.ru2005-04-221-1/+0
* Add rules for building assym.s.iedowse2005-04-221-0/+14
* I accidently committed two 'cleandepend' when I was deciding whichobrien2005-04-191-1/+1
OpenPOWER on IntegriCloud