diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2020-03-25 01:32:16 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2020-03-25 01:32:16 +0000 |
| commit | ee55186dfd98663c567b0dfdccf0c3c31282f37a (patch) | |
| tree | 087db7dc88d6f34cfa12f8e59b48b9449fb1afa9 /lib/libpmc/Makefile | |
| parent | e055e3367e4febc5999d123c2fb418e9ede607d1 (diff) | |
Notes
Diffstat (limited to 'lib/libpmc/Makefile')
| -rw-r--r-- | lib/libpmc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpmc/Makefile b/lib/libpmc/Makefile index b02097158f28..ea5b16bb87ea 100644 --- a/lib/libpmc/Makefile +++ b/lib/libpmc/Makefile @@ -16,9 +16,10 @@ EVENT_ARCH="x86" EVENT_ARCH="powerpc" .endif +CFLAGS+= -I${SRCTOP}/${RELDIR:H}/libpmcstat + .if ${MK_DIRDEPS_BUILD} == "yes" # avoid circular dependency -CFLAGS+= -I${SRCTOP}/${RELDIR:H}/libpmcstat GENDIRDEPS_FILTER+= N${RELDIR:H}/libpmcstat JEVENTS?= ${HOST_OBJTOP}/${RELDIR}/pmu-events/jevents .else |
