From 51b0a860f7872f0b5856f338d6b120396f62fe0b Mon Sep 17 00:00:00 2001 From: jhibbits Date: Fri, 14 Mar 2014 02:37:07 +0000 Subject: MFC r262530 Add missing file to Makefile --- sys/modules/hwpmc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/hwpmc/Makefile b/sys/modules/hwpmc/Makefile index 0ebf7a1..fd05940 100644 --- a/sys/modules/hwpmc/Makefile +++ b/sys/modules/hwpmc/Makefile @@ -29,7 +29,7 @@ SRCS+= hwpmc_ia64.c .endif .if ${MACHINE_CPUARCH} == "powerpc" -SRCS+= hwpmc_powerpc.c hwpmc_mpc7xxx.c +SRCS+= hwpmc_powerpc.c hwpmc_mpc7xxx.c hwpmc_ppc970.c .endif .if ${MACHINE_CPUARCH} == "sparc64" -- cgit v1.1