head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2012.02.12.14.55.27;	author rmh;	state dead;
branches;
next	1.1;

1.1
date	2012.02.04.00.54.43;	author rmh;	state Exp;
branches;
next	;


desc
@@


1.2
log
@SVN rev 231559 on 2012-02-12 14:55:27Z by rmh

Move WITHOUT_SOURCELESS_* files to sys/conf/ in order to avoid "universe"
target processing them as if they were standalone kernel config files.

Approved by:	kib (mentor)
MFC after:	5 days
@
text
@#
# WITHOUT_SOURCELESS -- Disable drivers that include sourceless code.
#
# $FreeBSD: src/sys/amd64/conf/WITHOUT_SOURCELESS,v 1.1 2012/02/04 00:54:43 rmh Exp $

include WITHOUT_SOURCELESS_HOST
include WITHOUT_SOURCELESS_UCODE
@


1.1
log
@SVN rev 230972 on 2012-02-04 00:54:43Z by rmh

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
@
text
@d4 1
a4 1
# $FreeBSD$
@

