mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use proper BTOOLSPATH for build-tools path.
This commit is contained in:
parent
783fe372bf
commit
efd834d6ce
1 changed files with 1 additions and 5 deletions
|
|
@ -25,11 +25,7 @@ EVENT_ARCH="x86"
|
|||
EVENT_ARCH="powerpc"
|
||||
.endif
|
||||
|
||||
.if defined(HOST_OBJTOP)
|
||||
JEVENTS= ${HOST_OBJTOP}/${RELDIR}/pmu-events/jevents
|
||||
.else
|
||||
JEVENTS= pmu-events/jevents
|
||||
.endif
|
||||
JEVENTS= ${BTOOLSPATH:U.}/pmu-events/jevents
|
||||
|
||||
libpmcstat_events.c: ${JEVENTS}
|
||||
${JEVENTS} ${EVENT_ARCH} ${.CURDIR}/pmu-events/arch libpmcstat_events.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue