Revert last commit: CPUTYPE will be defined here

This commit is contained in:
Warner Losh 2011-02-11 02:34:26 +00:00
parent 64a5f83e35
commit 6998f84670
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218532

View File

@ -38,7 +38,7 @@ MAN+= pmc.corei7uc.3
MAN+= pmc.westmere.3
MAN+= pmc.westmereuc.3
MAN+= pmc.tsc.3
.elif ${MACHINE_CPUARCH} == "arm" && defined(CPUTYPE) && ${CPUTYPE} == "xscale"
.elif ${MACHINE_CPUARCH} == "arm" && ${CPUTYPE} == "xscale"
MAN+= pmc.xscale.3
.endif