diff options
author | marcel <marcel@FreeBSD.org> | 2006-07-27 19:12:49 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2006-07-27 19:12:49 +0000 |
commit | 38fbd8938667b68e1fc0bf769fe34a65a5923ef6 (patch) | |
tree | 34fa489e09e1e2d565322a568a62f9684b7085a8 /sys/modules/hwpmc/Makefile | |
parent | c606303b8ced9d8eb28b8bebcff2036dc76d143a (diff) | |
download | FreeBSD-src-38fbd8938667b68e1fc0bf769fe34a65a5923ef6.zip FreeBSD-src-38fbd8938667b68e1fc0bf769fe34a65a5923ef6.tar.gz |
Remove Alpha remnants.
Diffstat (limited to 'sys/modules/hwpmc/Makefile')
-rw-r--r-- | sys/modules/hwpmc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/hwpmc/Makefile b/sys/modules/hwpmc/Makefile index 9d7dfde..f46f765 100644 --- a/sys/modules/hwpmc/Makefile +++ b/sys/modules/hwpmc/Makefile @@ -10,10 +10,6 @@ SRCS= hwpmc_mod.c hwpmc_logging.c vnode_if.h WARNS?= 2 -.if ${MACHINE_ARCH} == "alpha" -SRCS+= hwpmc_alpha.c -.endif - .if ${MACHINE_ARCH} == "amd64" SRCS+= hwpmc_amd.c hwpmc_piv.c hwpmc_x86.c SRCS+= device_if.h bus_if.h |