aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/agp
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2006-07-27 19:12:49 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2006-07-27 19:12:49 +0000
commit73b93591e7f7eff8ddb9eff2b917417922ee2075 (patch)
tree34fa489e09e1e2d565322a568a62f9684b7085a8 /sys/modules/agp
parentb3dcb52814a966ec40f66e32f01d1d2c8020e4b2 (diff)
Notes
Diffstat (limited to 'sys/modules/agp')
-rw-r--r--sys/modules/agp/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/modules/agp/Makefile b/sys/modules/agp/Makefile
index 8e2ae03744a4..3b8b4f241427 100644
--- a/sys/modules/agp/Makefile
+++ b/sys/modules/agp/Makefile
@@ -11,9 +11,6 @@ SRCS+= agp_i810.c agp_intel.c agp_via.c agp_sis.c agp_ali.c agp_amd.c \
.if ${MACHINE} == "i386"
SRCS+= agp_amd64.c
.endif
-.if ${MACHINE_ARCH} == "alpha"
-SRCS+= agp_amd.c
-.endif
.if ${MACHINE_ARCH} == "amd64"
SRCS+= agp_amd64.c
.endif