diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-01-26 21:18:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-01-26 21:18:58 +0000 |
| commit | c0460337475de80271ecb3b2d112618fd803c0ce (patch) | |
| tree | e8657ec654bf5799bceeb1b2a686c8f2d6d807e4 /sys/modules | |
| parent | 7d64886df565a7056ae2b317f2d0c34494d7c21c (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/agp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/agp/Makefile b/sys/modules/agp/Makefile index 6bdf2fd567ab8..878fbb0ca8ca6 100644 --- a/sys/modules/agp/Makefile +++ b/sys/modules/agp/Makefile @@ -20,6 +20,7 @@ SRCS+= agp_amd64.c SRCS+= device_if.h bus_if.h agp_if.h pci_if.h SRCS+= opt_bdg.h opt_bus.h MFILES= kern/device_if.m kern/bus_if.m pci/agp_if.m dev/pci/pci_if.m +WERROR= EXPORT_SYMS= agp_find_device \ agp_state \ |
