svn commit: r328518 - head/sys/powerpc/conf

Justin Hibbits jhibbits at FreeBSD.org
Sun Jan 28 20:35:49 UTC 2018


Author: jhibbits
Date: Sun Jan 28 20:35:48 2018
New Revision: 328518
URL: https://svnweb.freebsd.org/changeset/base/328518

Log:
  Start building modules for QORIQ64
  
  There's no reason not to build modules for 64-bit QorIQ devices.  This
  config has evolved to be analogous to the AIM GENERIC64 kernel, so will grow
  to match it in more ways as well.

Modified:
  head/sys/powerpc/conf/QORIQ64

Modified: head/sys/powerpc/conf/QORIQ64
==============================================================================
--- head/sys/powerpc/conf/QORIQ64	Sun Jan 28 19:37:30 2018	(r328517)
+++ head/sys/powerpc/conf/QORIQ64	Sun Jan 28 20:35:48 2018	(r328518)
@@ -15,7 +15,6 @@ include 	"dpaa/config.dpaa"
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 makeoptions	WITH_CTF=1
 makeoptions	WERROR="-Werror -Wno-format -Wno-redundant-decls"
-makeoptions	NO_MODULES=yes
 
 options 	FPU_EMU
 


More information about the svn-src-all mailing list