diff options
| author | Kurt Lidl <lidl@FreeBSD.org> | 2017-02-02 17:43:00 +0000 |
|---|---|---|
| committer | Kurt Lidl <lidl@FreeBSD.org> | 2017-02-02 17:43:00 +0000 |
| commit | 75429a15dd48dad0c3dfbdbb1c6c4ba419088e18 (patch) | |
| tree | 0f6bed02061be7242fe60092db8e87a9a6f2c84b /sys/modules | |
| parent | 2ffb582a455628a8d21a4c8630d894149aa19bf6 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 34e6c9c68f0e4..99604d1418fba 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -522,7 +522,7 @@ _cxgbe= cxgbe SUBDIR+= zfs .endif -.if ${MACHINE_CPUARCH} == "mips" +.if (${MACHINE_CPUARCH} == "mips" && ${MACHINE_ARCH:Mmips64} == "") _hwpmc_mips24k= hwpmc_mips24k _hwpmc_mips74k= hwpmc_mips74k .endif |
