Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jun 2018 11:25:37 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r334773 - in head: share/man/man4 sys/modules
Message-ID:  <201806071125.w57BPbEt070383@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhibbits
Date: Thu Jun  7 11:25:36 2018
New Revision: 334773
URL: https://svnweb.freebsd.org/changeset/base/334773

Log:
  Build nvme modules for powerpc, and install man pages
  
  NVMe builds for powerpc now, so just build modules for all powerpc targets,
  and install NVMe man pages for all powerpc targets.

Modified:
  head/share/man/man4/Makefile
  head/sys/modules/Makefile

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Thu Jun  7 10:58:48 2018	(r334772)
+++ head/share/man/man4/Makefile	Thu Jun  7 11:25:36 2018	(r334773)
@@ -888,6 +888,11 @@ _vmm.4=		vmm.4
 _nvram2env.4=	nvram2env.4
 .endif
 
+.if ${MACHINE_CPUARCH} == "powerpc"
+_nvd.4= 	nvd.4
+_nvme.4=	nvme.4
+.endif
+
 .if ${MACHINE_ARCH:Marmv[67]*} != "" || ${MACHINE_CPUARCH} == "aarch64"
 _bcm283x_pwm.4=  bcm283x_pwm.4
 .endif

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Thu Jun  7 10:58:48 2018	(r334772)
+++ head/sys/modules/Makefile	Thu Jun  7 11:25:36 2018	(r334773)
@@ -781,6 +781,8 @@ _cpufreq=	cpufreq
 _drm=		drm
 _exca=		exca
 _ffec=		ffec
+_nvd=		nvd
+_nvme=		nvme
 _pccard=	pccard
 _wi=		wi
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806071125.w57BPbEt070383>