freebsd-dev/sys/modules/drm
Robert Millan 4a47892c81 Add MK_SOURCELESS build option. Setting MK_SOURCELESS to "no" will disable
kernel modules that include binary-only code.

More fine-grained control is provided via MK_SOURCELESS_HOST (for native code
that runs on host CPU) and MK_SOURCELESS_UCODE (for microcode).

Reviewed by:	julian, delphij, freebsd-arch
Approved by:	kib (mentor)
MFC after:	2 weeks
2012-02-04 00:54:43 +00:00
..
drm Import simple drm memory manager. 2010-01-31 14:25:29 +00:00
i915
mach64
mga
r128 For several files in sys/dev/drm, disable -Wunused-value when building 2011-12-30 01:54:45 +00:00
radeon For several files in sys/dev/drm, disable -Wunused-value when building 2011-12-30 01:54:45 +00:00
savage
sis
tdfx
via For several files in sys/dev/drm, disable -Wunused-value when building 2011-12-30 01:54:45 +00:00
Makefile Add MK_SOURCELESS build option. Setting MK_SOURCELESS to "no" will disable 2012-02-04 00:54:43 +00:00
Makefile.inc