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
This commit is contained in:
Bjoern A. Zeeb 2015-10-14 17:07:24 +00:00
parent 3ed01392b6
commit 48d1ff3a2d

View File

@ -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