aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kmod.mk
Commit message (Expand)AuthorAgeFilesLines
* Document KERNBUILDDIR.Warner Losh2017-10-051-0/+4
* Include ARCH_FLAGS in CFLAGS when building modules.Brooks Davis2017-07-191-1/+1
* Fix out-of-tree kernel builds after r320275 when bsd.linker.mk not yet instal...Bryan Drewery2017-07-051-1/+1
* Introduce LINKER_FEATURES to avoid duplicating version logicEd Maste2017-06-231-1/+1
* enable --build-id for the kernel linkEd Maste2017-06-231-0/+4
* retire arm64 kernel module linker workaroundEd Maste2017-06-221-10/+0
* add -znotext to kernel module link invocationEd Maste2017-06-211-2/+2
* Add the infrastructure to support loading multiple versions of TCPJonathan T. Looney2017-06-081-0/+4
* Support assym.s in DPSRCS to depend on it but not link it in.Bryan Drewery2017-04-051-1/+1
* Always pass the linker emulation via -m when linking modules and kernels.John Baldwin2017-04-051-3/+4
* kmod: Fix building assym.o not building missing dependencies.Bryan Drewery2017-03-171-0/+1
* kmod: Fix depending on ILINKS for tracked DEPENDOBJS.Bryan Drewery2017-03-171-1/+1
* Exclude -flto when building *genassym.oEd Maste2017-02-211-1/+1
* Always pass -m to ld for converting binary files to kernel ELF objectsEd Maste2016-09-201-2/+4
* Revert r301079.Bryan Drewery2016-06-031-21/+19
* Build riscv modules as PIC.Ruslan Bukin2016-06-011-1/+1
* WITH_META_MDE: Fix machine/include and x86/include issues.Bryan Drewery2016-05-311-1/+1
* Define SYSDIR earlier since the defined(FIRMWS) block depends on it.Bryan Drewery2016-05-311-10/+10
* WITH_META_MODE: Resolve SYSDIR to avoid changed build commands.Bryan Drewery2016-05-311-1/+1
* WITH_META_MODE: Mitigate switching from without to with META_MODE.Bryan Drewery2016-05-311-19/+21
* Add some missing .PHONY.Bryan Drewery2016-05-261-5/+5
* After r299241, which added bhnd(4), use sh to run the shell scripts forDimitry Andric2016-05-131-2/+2
* Don't store generated firmware object files in the source directory.John Baldwin2016-05-101-2/+2
* [bhnd] Initial bhnd(4) SPROM/NVRAM support.Adrian Chadd2016-05-081-0/+20
* MFHGlen Barber2016-04-041-5/+0
|\
| * Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.Bryan Drewery2016-03-301-5/+0
* | MFHGlen Barber2016-03-141-5/+1
|\|
| * Reduce duplicated logic from r291744.Bryan Drewery2016-03-121-5/+1
* | MFHGlen Barber2016-03-061-0/+4
|\|
| * Merge ^/head r296007 through r296368.Dimitry Andric2016-03-031-1/+4
| |\
| * \ Merge ^/head r295902 through r296006.Dimitry Andric2016-02-241-5/+5
| |\ \
| * \ \ Merge ^/head r295601 through r295844.Dimitry Andric2016-02-211-2/+1
| |\ \ \
| * \ \ \ Merge ^/head r295351 through r295543.Dimitry Andric2016-02-111-1/+3
| |\ \ \ \
| * | | | | For clang 3.8.0 and higher targeting arm, use the new -mno-movt flag toDimitry Andric2016-01-071-0/+4
* | | | | | MFHGlen Barber2016-03-021-1/+3
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Add guessed dependencies to OBJS after bsd.dep.mk in case of it adding to SRCS.Bryan Drewery2016-03-021-1/+3
* | | | | | MFHGlen Barber2016-03-021-5/+6
|\| | | | |
| * | | | | Import bsd.clang-analyze.mk based on NetBSD's version.Bryan Drewery2016-02-261-0/+1
| | |_|_|/ | |/| | |
| * | | | FAST_DEPEND: Rework how guessed dependencies are handled.Bryan Drewery2016-02-241-4/+4
| * | | | Remove ilinks in cleandepend directly via CLEANDEPENDFILES.Bryan Drewery2016-02-241-1/+1
| | |_|/ | |/| |
* | | | MFHGlen Barber2016-02-181-2/+1
|\| | |
| * | | Consolidate common beforebuild logic.Bryan Drewery2016-02-161-2/+1
| | |/ | |/|
* | | MFHGlen Barber2016-02-091-1/+3
|\| |
| * | kmod.mk: Ensure ILINKS are created before building.Bryan Drewery2016-02-081-0/+1
| * | kmod.mk: Support a beforebuild target such as bsd.prog.mk has.Bryan Drewery2016-02-081-1/+2
| * | Revert r294352.Bryan Drewery2016-01-191-1/+1
| * | FAST_DEPEND: Add header dependency missed in r290629.Bryan Drewery2016-01-191-1/+1
| |/
* | MFH r289384-r293170Glen Barber2016-01-041-8/+25
|\|
| * In the unload target, check that the module is loaded first.Dag-Erling Smørgrav2016-01-011-1/+12
| * Revert this change. It broke the trampoline build. Until I'm sureWarner Losh2015-12-211-1/+1