pmc_evid_, pmc_ctr_t etc are defined in <machine/types.h> but are not exposed
anymore by default since they violate the userland namespace. Either we should create __pmc types, or a separate machine/pmc.h header.
This commit is contained in:
parent
8cd0a7d1e0
commit
ba2647ff5b
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2002/08/09 00:03:15 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2016/01/23 21:44:55 christos Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -8,6 +8,7 @@ MAN= pmc.3
|
||||
LIB= pmc
|
||||
SRCS= pmc.c
|
||||
SRCS+= pmc_${MACHINE_CPU}.c
|
||||
CPPFLAGS+= -D_KERNTYPES
|
||||
|
||||
INCS= pmc.h
|
||||
INCSDIR=/usr/include
|
||||
|
Loading…
Reference in New Issue
Block a user