svn commit: r313004 - head/sys/modules

Adrian Chadd adrian at FreeBSD.org
Tue Jan 31 01:48:57 UTC 2017


Author: adrian
Date: Tue Jan 31 01:48:55 2017
New Revision: 313004
URL: https://svnweb.freebsd.org/changeset/base/313004

Log:
  Fix compilation!

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Mon Jan 30 23:13:41 2017	(r313003)
+++ head/sys/modules/Makefile	Tue Jan 31 01:48:55 2017	(r313004)
@@ -523,8 +523,8 @@ SUBDIR+=	zfs
 .endif
 
 .if ${MACHINE_CPUARCH} == "mips"
-	_hwpmc_mips24k=	hwpmc_mips24k
-	_hwpmc_mips74k=	hwpmc_mips74k
+_hwpmc_mips24k=	hwpmc_mips24k
+_hwpmc_mips74k=	hwpmc_mips74k
 .endif
 
 .if ${MACHINE_CPUARCH} != "aarch64" && ${MACHINE_CPUARCH} != "arm" && \


More information about the svn-src-head mailing list