mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
For armv6 and armv7, build hwpmc_armv7.c as well as the base hwpmc_arm.c.
Submitted by: Arnaud YSMAL <arnaud.ysmal@stormshield.eu>
This commit is contained in:
parent
fbc27301ba
commit
3aad8ca854
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ SRCS+= hwpmc_x86.c hwpmc_uncore.c
|
|||
SRCS+= hwpmc_arm.c
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH:Marmv[67]*} != ""
|
||||
SRCS+= hwpmc_armv7.c
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "i386"
|
||||
SRCS+= hwpmc_amd.c hwpmc_core.c hwpmc_intel.c
|
||||
SRCS+= hwpmc_tsc.c hwpmc_x86.c hwpmc_uncore.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue