summaryrefslogtreecommitdiffstats
path: root/sys/conf/kmod.mk
Commit message (Expand)AuthorAgeFilesLines
* Revert r301079.bdrewery2016-06-031-21/+19
* Build riscv modules as PIC.br2016-06-011-1/+1
* WITH_META_MDE: Fix machine/include and x86/include issues.bdrewery2016-05-311-1/+1
* Define SYSDIR earlier since the defined(FIRMWS) block depends on it.bdrewery2016-05-311-10/+10
* WITH_META_MODE: Resolve SYSDIR to avoid changed build commands.bdrewery2016-05-311-1/+1
* WITH_META_MODE: Mitigate switching from without to with META_MODE.bdrewery2016-05-311-19/+21
* Add some missing .PHONY.bdrewery2016-05-261-5/+5
* After r299241, which added bhnd(4), use sh to run the shell scripts fordim2016-05-131-2/+2
* Don't store generated firmware object files in the source directory.jhb2016-05-101-2/+2
* [bhnd] Initial bhnd(4) SPROM/NVRAM support.adrian2016-05-081-0/+20
* MFHgjb2016-04-041-5/+0
|\
| * Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.bdrewery2016-03-301-5/+0
* | MFHgjb2016-03-141-5/+1
|\ \ | |/
| * Reduce duplicated logic from r291744.bdrewery2016-03-121-5/+1
* | MFHgjb2016-03-061-0/+4
|\ \ | |/
| * Merge ^/head r296007 through r296368.dim2016-03-031-1/+4
| |\
| | * Add guessed dependencies to OBJS after bsd.dep.mk in case of it adding to SRCS.bdrewery2016-03-021-1/+3
| * | Merge ^/head r295902 through r296006.dim2016-02-241-5/+5
| |\ \
| * \ \ Merge ^/head r295601 through r295844.dim2016-02-211-2/+1
| |\ \ \
| * \ \ \ Merge ^/head r295351 through r295543.dim2016-02-111-1/+3
| |\ \ \ \
| * | | | | For clang 3.8.0 and higher targeting arm, use the new -mno-movt flag todim2016-01-071-0/+4
* | | | | | MFHgjb2016-03-021-1/+3
* | | | | | MFHgjb2016-03-021-5/+6
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Import bsd.clang-analyze.mk based on NetBSD's version.bdrewery2016-02-261-0/+1
| | |_|_|/ | |/| | |
| * | | | FAST_DEPEND: Rework how guessed dependencies are handled.bdrewery2016-02-241-4/+4
| * | | | Remove ilinks in cleandepend directly via CLEANDEPENDFILES.bdrewery2016-02-241-1/+1
| | |_|/ | |/| |
* | | | MFHgjb2016-02-181-2/+1
|\ \ \ \ | |/ / /
| * | | Consolidate common beforebuild logic.bdrewery2016-02-161-2/+1
| | |/ | |/|
| * | kmod.mk: Ensure ILINKS are created before building.bdrewery2016-02-081-0/+1
| * | kmod.mk: Support a beforebuild target such as bsd.prog.mk has.bdrewery2016-02-081-1/+2
| * | Revert r294352.bdrewery2016-01-191-1/+1
| * | FAST_DEPEND: Add header dependency missed in r290629.bdrewery2016-01-191-1/+1
| |/
* | MFHgjb2016-02-091-1/+3
* | MFH r289384-r293170gjb2016-01-041-8/+25
|\ \ | |/
| * In the unload target, check that the module is loaded first.des2016-01-011-1/+12
| * Revert this change. It broke the trampoline build. Until I'm sureimp2015-12-211-1/+1
| * Move some MIPS specific flags to be more congruent with otherimp2015-12-191-1/+1
| * Consistently use ${AWK} instead of hard-coding the program name.markj2015-12-171-1/+1
| * Calculate MPATH for sys/modules to save 92% time in a basic 'obj' tree-walk.bdrewery2015-12-041-0/+2
| * Restore cleaning of auto-generated kobj files after the recent MFILESjhb2015-12-011-4/+8
| * Do as r289391 did for share/mk and make installing to a non-existent directorybdrewery2015-10-171-2/+2
* | Merge from headbapt2015-10-091-1/+15
|\ \ | |/
| * Build changes that allow the modules on arm64.kib2015-10-081-1/+15
* | Merge from headbapt2015-10-011-6/+7
|\ \ | |/
| * Install kernel debug data under /usr/lib/debugemaste2015-09-241-6/+7
* | Finish merging from head, messed up in previous attemptbapt2015-09-121-5/+4
|\ \ | |/
| |
| \
*-. \ Merge from headbapt2015-09-121-35/+18
|\ \ \ | | |/
| | * Comment out cleaning files, since it cleans too much.imp2015-08-281-1/+2
| | * Fix cleaning of files generated from .m sources.imp2015-08-281-5/+3
| |/
| * Cache _MPATH and pass it down into the modules build. Some NFS setupsimp2015-07-041-0/+2
OpenPOWER on IntegriCloud