diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2015-04-18 21:39:17 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2015-04-18 21:39:17 +0000 |
| commit | a745246822b524c3527fd87eb683cfd8d0d75b58 (patch) | |
| tree | 0aed71c597d2cf9b3f0db9e6f5404c8b7f752e9c /sys/modules | |
| parent | 3d0045bb2b27da7ad0c1befac8cd3b421cd52d12 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -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 c9c60fcf8585..cfae7b6a4c7b 100644 --- a/sys/modules/hwpmc/Makefile +++ b/sys/modules/hwpmc/Makefile @@ -25,7 +25,7 @@ SRCS+= device_if.h bus_if.h .endif .if ${MACHINE_CPUARCH} == "powerpc" -SRCS+= hwpmc_powerpc.c hwpmc_mpc7xxx.c hwpmc_ppc970.c +SRCS+= hwpmc_powerpc.c hwpmc_e500.c hwpmc_mpc7xxx.c hwpmc_ppc970.c .endif .if ${MACHINE_CPUARCH} == "sparc64" |
