diff options
| author | Mitchell Horne <mhorne@FreeBSD.org> | 2021-05-31 11:24:04 -0300 |
|---|---|---|
| committer | Mitchell Horne <mhorne@FreeBSD.org> | 2021-05-31 17:39:05 -0300 |
| commit | 689c7e7975cdee38ca6fd60ad3372d55c43c948c (patch) | |
| tree | 9e7027d65b024b27f14732304d4f105e99f0a111 /Makefile.libcompat | |
| parent | 0c915023dbb7000cd30bb768eb84f6dc757adcc5 (diff) | |
libpmc: always generate libpmc_events.c
The jevents build tool will create an empty table if it doesn't find any
events, so we can remove the extra $MACHINE_CPUARCH checks.
Reviewed by: gnn, ray, emaste
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D30531
Diffstat (limited to 'Makefile.libcompat')
| -rw-r--r-- | Makefile.libcompat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat index e4d9cd94e835..779bcb163cf7 100644 --- a/Makefile.libcompat +++ b/Makefile.libcompat @@ -51,7 +51,7 @@ _LC_INCDIRS= \ .if ${MK_FILE} != "no" _libmagic= lib/libmagic .endif -.if ${MK_PMC} != "no" && ${TARGET_ARCH} == "amd64" +.if ${MK_PMC} != "no" _jevents= lib/libpmc/pmu-events .endif |
