svn commit: r357409 - head/sys/modules

Ed Maste emaste at FreeBSD.org
Sun Feb 2 14:41:09 UTC 2020


Author: emaste
Date: Sun Feb  2 14:41:09 2020
New Revision: 357409
URL: https://svnweb.freebsd.org/changeset/base/357409

Log:
  Move ce enable to SOURCELESS_HOST
  
  ce contains obfuscated code that runs on the host's processor

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Sun Feb  2 12:54:38 2020	(r357408)
+++ head/sys/modules/Makefile	Sun Feb  2 14:41:09 2020	(r357409)
@@ -725,7 +725,7 @@ _vmm=		vmm
 _3dfx=		3dfx
 _3dfx_linux=	3dfx_linux
 _apm=		apm
-.if ${MK_SOURCELESS_UCODE} != "no"
+.if ${MK_SOURCELESS_HOST} != "no"
 _ce=		ce
 .endif
 .if ${MK_SOURCELESS_UCODE} != "no"


More information about the svn-src-all mailing list