diff options
| author | Eric Anholt <anholt@FreeBSD.org> | 2006-09-05 16:55:13 +0000 |
|---|---|---|
| committer | Eric Anholt <anholt@FreeBSD.org> | 2006-09-05 16:55:13 +0000 |
| commit | f031f0c03dde56be22d33517f39bcc3dbdf831ed (patch) | |
| tree | 521cf9241f610296cb6adaa454da333f8cd5528c /sys/modules/agp | |
| parent | 4d6ff03d505a00406e465525cee4f0e1e99aac4b (diff) | |
Notes
Diffstat (limited to 'sys/modules/agp')
| -rw-r--r-- | sys/modules/agp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/agp/Makefile b/sys/modules/agp/Makefile index 3b8b4f241427..8e2427114d21 100644 --- a/sys/modules/agp/Makefile +++ b/sys/modules/agp/Makefile @@ -12,7 +12,7 @@ SRCS+= agp_i810.c agp_intel.c agp_via.c agp_sis.c agp_ali.c agp_amd.c \ SRCS+= agp_amd64.c .endif .if ${MACHINE_ARCH} == "amd64" -SRCS+= agp_amd64.c +SRCS+= agp_amd64.c agp_i810.c .endif SRCS+= device_if.h bus_if.h agp_if.h pci_if.h SRCS+= opt_bus.h |
