summaryrefslogtreecommitdiffstats
path: root/sys/conf/kmod.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* As with kernel-depend, rm the DEPENDFILE before modules-depend.obrien2005-04-181-1/+2
* Use comments after .endif to please make(1) with latest changes somux2005-04-111-2/+2
* Don't forget to create new-style links for module builds.imp2005-04-031-1/+6
* This is the much rumoured ATA mkIII update that I've been working on.sos2005-03-301-2/+3
* Further embellish rev. 1.180: protect against -fno-strict-aliasingru2005-02-111-2/+2
* Emblish rev 1.180 to -fno-strict-alias w/-Os & -O3 also.obrien2005-02-091-1/+3
* Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.njl2005-02-041-1/+2
* Don't lose the frame pointer for PPC modules: backtrace doesn't work.grehan2005-02-021-1/+1
* Add required ingimp2005-01-261-1/+1
* Add -fno-strict-alias whenever someone is compiling with -O2,imp2005-01-261-0/+1
* Generally force -Werror for modules when not compiling with icc. Thisimp2005-01-261-0/+3
* Modules on PPC need to be compiled with -mlongcall to get aroundgrehan2005-01-061-0/+4
* Remove special case from *devs2h loop for usbimp2004-12-301-5/+21
* Properly handle vnode_if.h dependencies, and don't forget to clean all files.ru2004-12-081-13/+12
* Unbreak KLDs that use VFS by accounting for changes in the generationgreen2004-12-081-7/+18
* Revert rev. 1.166 and remove sparc64/pci/ofw_pci_if.m from MFILES again,marius2004-12-041-1/+1
* Sort MFILES.marcel2004-11-201-11/+9
* Hack around a problem with sys/tools/usbdevs2h.awk that generatesru2004-10-241-0/+4
* Back out cumulative changes from revs. 1.92-1.94: "make depend"ru2004-10-121-1/+0
* Style fixes, including:ru2004-10-121-40/+34
* Revert the change from rev 1.168. ru convinced me that the situationjoerg2004-10-111-1/+1
* Forcibly create symlinked headers, otherwise the build process may failjoerg2004-10-091-1/+1
* Unconditionally add `-fno-omit-frame-pointer' to CFLAGS when buildingiedowse2004-08-291-0/+3
* Add sparc64/pci/ofw_pci_if.m to the list of MFILES so modules can usemarius2004-08-141-1/+2
* Removed COPTS support from kmod.mk and kern.pre.mk.ru2004-08-131-1/+1
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-0/+1
* Add acpi methods for HID/CID probing, evaluating objects, and walking thenjl2004-06-291-1/+1
* Hook acpi_quirks up to the build for kernel and modules.njl2004-06-241-0/+11
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-0/+4
* Step 1 in moving EISA devices to kobj/newbus. Use kobj methods forimp2004-06-091-1/+1
OpenPOWER on IntegriCloud