diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2007-05-04 22:04:41 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2007-05-04 22:04:41 +0000 |
| commit | a8e9b5fbf252ea0c67d4c8f244f77ffd60fc7d51 (patch) | |
| tree | c4c38b4c412d05647a3abf903738a92f15d3a439 /sys/modules | |
| parent | 77c2a1330d887bf63460df0414ebe469b62e5f36 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -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 2fc3b738dd20..8bfd03897fe0 100644 --- a/sys/modules/agp/Makefile +++ b/sys/modules/agp/Makefile @@ -15,7 +15,7 @@ SRCS+= agp_amd64.c SRCS+= agp_amd.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_bdg.h opt_bus.h |
