earm (iyonix and zaurus) don't have cpu_counter.h

This commit is contained in:
christos 2016-01-25 21:56:27 +00:00
parent 58941b580c
commit d6c122e06f

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2016/01/25 15:37:21 christos Exp $
# $NetBSD: Makefile,v 1.9 2016/01/25 21:56:27 christos Exp $
.include "../../Makefile.inc"
@ -15,8 +15,6 @@ CPPFLAGS+= -DKDTRACE_HOOKS
ARMV:= ${MACHINE_ARCH:S/earmv//:S/eb//:S/hf//}
.elif !empty(MACHINE_ARCH:Marmv*)
ARMV:= ${MACHINE_ARCH:S/armv//:S/eb//:S/hf//}
.elif !empty(MACHINE_ARCH:Mearm*)
ARMV:= 5
.else
ARMV:= 0
.endif