aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kmod.mk
Commit message (Expand)AuthorAgeFilesLines
* * 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
* kmod.mk includes bsd.sys.mk anyway so use CSTD instead of homegrownRoman Divacky2009-01-261-2/+1
* add usb2_if.m to mfiles to unbreak build of modules.Alfred Perlstein2008-11-041-0/+1
* Allow clock_if.m to be referenced by kernel modules, this is usefulBruce M Simpson2008-10-021-1/+2
* Force an explicit dependency on opt_global.h for all module object filesJohn Baldwin2008-03-041-0/+7
* Re-enable -Werror for modules.Ruslan Ermilov2007-11-191-1/+1
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasJohn Baldwin2007-11-121-2/+2
* Add --no-warn-mismatch to ld(1) when linking binary files intoMarcel Moolenaar2007-07-111-4/+4
* Disable -Werror for now.Alexander Kabaev2007-05-191-2/+2
* Overhaul driver/subsystem api's:Sam Leffler2007-03-211-1/+1
* Fix typo in comment.Florent Thoumie2007-03-041-1/+1
* - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in aFlorent Thoumie2007-03-021-1/+6
* The path to the mmc/mmcbus_if.m file is wrong. Correct it byWarner Losh2007-02-031-1/+1
* Sort MFILES listWarner Losh2006-10-201-2/+2
* Add mmcbr_if.m and mmcbus_if.m to the mix.Warner Losh2006-10-201-1/+2
* - Remove include links only when .depend is also removed, so thatRuslan Ermilov2006-10-131-1/+6
* Don't use touch when what is really meant is :> (create an empty file, orDag-Erling Smørgrav2006-08-141-2/+2
* Fix kernel module build breakage.Jung-uk Kim2006-06-301-0/+2
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,Alexander Leidinger2006-05-271-2/+3
* Rewrite of puc(4). Significant changes are:Marcel Moolenaar2006-04-281-2/+2
* Remove dev/uart/uart_if.m from the default MFILES (in kmod.mk) andMarcel Moolenaar2006-02-241-1/+1
* ${.CURDIR} != pwd and since we use the shell version of if now we don't evenMax Laier2006-02-201-1/+1
* Use shell's version of if to check if the firmware really exists in theMax Laier2006-02-181-7/+9
* When linking make sure it succeeds.David E. O'Brien2006-02-171-2/+2
* Fix minor inconsistancy between kernel built modules and stand-aloneWarner Losh2006-02-041-0/+2
* firmware(9) is a subsystem to load binary data into the kernel via aMax Laier2006-01-291-0/+28
* Drop the -I/usr/include (or any of its variants) from CFLAGS.Ruslan Ermilov2005-11-291-14/+0
* Rename the .dbg extension to .symbols, which matches "symbol-file"Ruslan Ermilov2005-10-271-5/+5
* Installing debug modules was a bad idea -- I bogusly assumed thatRuslan Ermilov2005-10-271-7/+9
* Refactor (some more) installation of kernel and module objects.Ruslan Ermilov2005-10-251-8/+3
* Get rid of duplicate -I's in CFLAGS.Ruslan Ermilov2005-10-141-5/+1
* Define HAVE_KERNEL_OPTION_HEADERS when building kernel and when buildingGleb Smirnoff2005-10-051-1/+1
* Fix genassym.o dependencies.Ruslan Ermilov2005-09-191-1/+4
* Use the more readable empty() syntax.David E. O'Brien2005-09-071-7/+7
* Revert a mistake borrowed from kern.post.mk that has just been fixed.Ruslan Ermilov2005-04-221-1/+0
* Add rules for building assym.s.Ian Dowse2005-04-221-0/+14
* I accidently committed two 'cleandepend' when I was deciding whichDavid E. O'Brien2005-04-191-1/+1
* As with kernel-depend, rm the DEPENDFILE before modules-depend.David E. O'Brien2005-04-181-1/+2
* Use comments after .endif to please make(1) with latest changes soMaxime Henrion2005-04-111-2/+2
* Don't forget to create new-style links for module builds.Warner Losh2005-04-031-1/+6
* This is the much rumoured ATA mkIII update that I've been working on.Søren Schmidt2005-03-301-2/+3
* Further embellish rev. 1.180: protect against -fno-strict-aliasingRuslan Ermilov2005-02-111-2/+2
* Emblish rev 1.180 to -fno-strict-alias w/-Os & -O3 also.David E. O'Brien2005-02-091-1/+3
* Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.Nate Lawson2005-02-041-1/+2
* Don't lose the frame pointer for PPC modules: backtrace doesn't work.Peter Grehan2005-02-021-1/+1
* Add required ingWarner Losh2005-01-261-1/+1
* Add -fno-strict-alias whenever someone is compiling with -O2,Warner Losh2005-01-261-0/+1
* Generally force -Werror for modules when not compiling with icc. ThisWarner Losh2005-01-261-0/+3
* Modules on PPC need to be compiled with -mlongcall to get aroundPeter Grehan2005-01-061-0/+4