diff options
author | Justin Hibbits <jhibbits@FreeBSD.org> | 2014-03-14 02:37:07 +0000 |
---|---|---|
committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2014-03-14 02:37:07 +0000 |
commit | bb10302c5fecee4e811b13b0b9926d13d4336fc4 (patch) | |
tree | 72db777d7fea5276cf555c3e1f3ad0389b5e2c03 | |
parent | a72b2beade36519bba40a56d008c99d405696587 (diff) |
Notes
-rw-r--r-- | sys/modules/hwpmc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/hwpmc/Makefile b/sys/modules/hwpmc/Makefile index 0ebf7a1b37d0..fd059405dab9 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" |