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

Justin Hibbits jhibbits at FreeBSD.org
Sun Feb 4 15:40:49 UTC 2018


Author: jhibbits
Date: Sun Feb  4 15:40:48 2018
New Revision: 328852
URL: https://svnweb.freebsd.org/changeset/base/328852

Log:
  Start building modules for MPC85XX and MPC85XXSPE
  
  These kernels aren't restricted to development boards anymore, they are
  closer in behavior to GENERIC, so build modules.

Modified:
  head/sys/powerpc/conf/MPC85XX
  head/sys/powerpc/conf/MPC85XXSPE

Modified: head/sys/powerpc/conf/MPC85XX
==============================================================================
--- head/sys/powerpc/conf/MPC85XX	Sun Feb  4 15:39:15 2018	(r328851)
+++ head/sys/powerpc/conf/MPC85XX	Sun Feb  4 15:40:48 2018	(r328852)
@@ -14,7 +14,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
 

Modified: head/sys/powerpc/conf/MPC85XXSPE
==============================================================================
--- head/sys/powerpc/conf/MPC85XXSPE	Sun Feb  4 15:39:15 2018	(r328851)
+++ head/sys/powerpc/conf/MPC85XXSPE	Sun Feb  4 15:40:48 2018	(r328852)
@@ -14,7 +14,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