diff options
| author | Aleksandr Rybalko <ray@freebsd.org> | 2022-02-16 00:29:31 +0000 |
|---|---|---|
| committer | Toomas Soome <tsoome@FreeBSD.org> | 2022-06-26 18:57:56 +0000 |
| commit | 1459a22787ea16e3798694067c8dcb20325dca4b (patch) | |
| tree | e738e995b3032f37cc1c6d88203a464f55e21a7d /sys/modules/hwpmc | |
| parent | e3572eb654733a94e1e765fe9e95e0579981d851 (diff) | |
Diffstat (limited to 'sys/modules/hwpmc')
| -rw-r--r-- | sys/modules/hwpmc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/hwpmc/Makefile b/sys/modules/hwpmc/Makefile index 7a0244f36106..556866abc10c 100644 --- a/sys/modules/hwpmc/Makefile +++ b/sys/modules/hwpmc/Makefile @@ -3,6 +3,7 @@ # .PATH: ${SRCTOP}/sys/dev/hwpmc +.PATH: ${SRCTOP}/sys/arm64/arm64 KMOD= hwpmc @@ -10,7 +11,8 @@ SRCS= bus_if.h device_if.h hwpmc_mod.c hwpmc_logging.c hwpmc_soft.c SRCS+= vnode_if.h .if ${MACHINE_CPUARCH} == "aarch64" -SRCS+= hwpmc_arm64.c hwpmc_arm64_md.c +SRCS+= hwpmc_arm64.c hwpmc_arm64_md.c +SRCS+= hwpmc_dmc620.c pmu_dmc620.c .endif .if ${MACHINE_CPUARCH} == "amd64" |
