Date: Tue, 31 Jan 2017 01:48:55 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r313004 - head/sys/modules Message-ID: <201701310148.v0V1mtGk082936@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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" && \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701310148.v0V1mtGk082936>