summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2015-10-14 17:07:24 +0000
committerbz <bz@FreeBSD.org>2015-10-14 17:07:24 +0000
commitc3c1d7f7d22cdb10b1a3f6643dc692593803f21f (patch)
treed9c8bcad409f228c2d37ebf4f6d679ceb636a6df /sys/conf
parentfec51f584e7da5ddd90dc0109c6dd78ed72a2c33 (diff)
downloadFreeBSD-src-c3c1d7f7d22cdb10b1a3f6643dc692593803f21f.zip
FreeBSD-src-c3c1d7f7d22cdb10b1a3f6643dc692593803f21f.tar.gz
HWPMC depends on pmu.c even if device pmu is not specified.
Would be great if we could just automatically enabled "device pmu" if we try to compile in HWPMC. MFC after: 2 weeks Sponsored by: DARPA/AFRL Reviewed by: andrew Differential Revision: https://reviews.freebsd.org/D3877
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.arm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.arm b/sys/conf/files.arm
index 85830bb..9841082 100644
--- a/sys/conf/files.arm
+++ b/sys/conf/files.arm
@@ -56,7 +56,7 @@ arm/arm/platform_if.m optional platform
arm/arm/pmap.c optional !armv6
arm/arm/pmap-v6.c optional armv6 !arm_new_pmap
arm/arm/pmap-v6-new.c optional armv6 arm_new_pmap
-arm/arm/pmu.c optional pmu
+arm/arm/pmu.c optional pmu | hwpmc
arm/arm/sc_machdep.c optional sc
arm/arm/setcpsr.S standard
arm/arm/setstack.s standard
OpenPOWER on IntegriCloud