aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kmod.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove special case from *devs2h loop for usbWarner Losh2004-12-301-5/+21
* Properly handle vnode_if.h dependencies, and don't forget to clean all files.Ruslan Ermilov2004-12-081-13/+12
* Unbreak KLDs that use VFS by accounting for changes in the generationBrian Feldman2004-12-081-7/+18
* Revert rev. 1.166 and remove sparc64/pci/ofw_pci_if.m from MFILES again,Marius Strobl2004-12-041-1/+1
* Sort MFILES.Marcel Moolenaar2004-11-201-11/+9
* Hack around a problem with sys/tools/usbdevs2h.awk that generatesRuslan Ermilov2004-10-241-0/+4
* Back out cumulative changes from revs. 1.92-1.94: "make depend"Ruslan Ermilov2004-10-121-1/+0
* Style fixes, including:Ruslan Ermilov2004-10-121-40/+34
* Revert the change from rev 1.168. ru convinced me that the situationJoerg Wunsch2004-10-111-1/+1
* Forcibly create symlinked headers, otherwise the build process may failJoerg Wunsch2004-10-091-1/+1
* Unconditionally add `-fno-omit-frame-pointer' to CFLAGS when buildingIan Dowse2004-08-291-0/+3
* Add sparc64/pci/ofw_pci_if.m to the list of MFILES so modules can useMarius Strobl2004-08-141-1/+2
* Removed COPTS support from kmod.mk and kern.pre.mk.Ruslan Ermilov2004-08-131-1/+1
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-0/+1
* Add acpi methods for HID/CID probing, evaluating objects, and walking theNate Lawson2004-06-291-1/+1
* Hook acpi_quirks up to the build for kernel and modules.Nate Lawson2004-06-241-0/+11
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompileMax Laier2004-06-131-0/+4
* Step 1 in moving EISA devices to kobj/newbus. Use kobj methods forWarner Losh2004-06-091-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-5/+7
* devlist2h.awk is too generic a name for what it does. It reallyWarner Losh2004-05-261-2/+2
* Enable first part of kld's on amd64. This is known to not work rightPeter Wemm2004-05-161-0/+9
* Fix some style bugs in previous commit.Tom Rhodes2004-03-141-2/+1
* This are the build infrastructure changes to allow to use theTom Rhodes2004-03-121-1/+14
* Overdue reversion of revision 1.143.Ruslan Ermilov2004-03-061-2/+2
* Reduce the number of knobs controlling the build of debug modulesRuslan Ermilov2004-02-131-7/+6
* We didn't strip debugging symbols from .ko if DEBUG was undefined.Ruslan Ermilov2004-02-131-0/+3
* Don't add CWARNFLAGS to CFLAGS here, they were already added by bsd.sys.mk.Ruslan Ermilov2003-12-251-1/+1
* o Remove @- from the ln and change it to a -sf. This was bogus, andWarner Losh2003-11-191-1/+1
* Ignore errors on ln. This is a quick fix for the make depend twice inWarner Losh2003-11-171-1/+1
* As mentioned by warner, previous revision (opt_ddb.h) was just a fluke --Brian Feldman2003-11-161-3/+1
* It appears opt_global.h may cause opt_ddb.h to be needed. Adding itBrian Feldman2003-11-161-1/+3
* Fix the building of null module. In the DIAGNOSTICS case, we includeWarner Losh2003-11-161-0/+12
* Include opt_global.h in the modules build, when building from a normalBrian Feldman2003-11-141-0/+3
* Move the inline limit default variable to a per-arch place. For example,Peter Wemm2003-11-041-1/+0
* While make has been fixed to grok this construct, the new make hasn'tWarner Losh2003-10-031-2/+2
* Revert rev. 1.86, I've fixed make(1) (make/dir.c,v 1.32).Ruslan Ermilov2003-10-021-1/+1
* Hook-up the uart(4) driver to the build. For a detailed descriptionMarcel Moolenaar2003-09-061-1/+1
* Now that the pci include file location migration has been completed,Warner Losh2003-08-221-1/+1
* Change the inline limit switch to something that exists in gcc-3.2.Peter Wemm2003-07-261-2/+2
* Provide a knob for raising the inline instruction estimate threshold andPeter Wemm2003-07-231-0/+3
* exists() is too aggressive when searching for files without a full path.Ruslan Ermilov2003-03-031-1/+1
* Initiate the de-orbit burn sequence for <bsd.kern.mk>.Ruslan Ermilov2003-02-281-1/+1
* Add CanBe power management controller support.Yoshihiro Takahashi2003-02-031-1/+1
* Run kldxref on sparc64, it works now.Jake Burkholder2003-01-211-1/+1