git: kernel/drm: Make i915 and radeon compilable into the kernel.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Nov 29 08:49:06 PST 2015
commit 9fbad1e922dca761f3cf6d3f6d27b08321c3bdf5
Author: Sascha Wildner <saw at online.de>
Date: Sun Nov 29 16:59:52 2015 +0100
kernel/drm: Make i915 and radeon compilable into the kernel.
This is for debugging and testing purposes.
For example, it helps catching certain types of errors which are
not easily caught when building just the module, such as when a
prototype of a called function is present but its implementation
isn't.
Summary of changes:
share/man/man4/drm.4 | 8 +-
sys/conf/files | 295 ++++++++++++++++++++++++++-------------------------
sys/config/LINT64 | 10 +-
3 files changed, 162 insertions(+), 151 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9fbad1e922dca761f3cf6d3f6d27b08321c3bdf5
--
DragonFly BSD source repository
More information about the Commits
mailing list