diff options
author | imp <imp@FreeBSD.org> | 2005-01-26 21:18:58 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-01-26 21:18:58 +0000 |
commit | 38acc462cf0ddf5307f42de899bfb60c63ffe115 (patch) | |
tree | e8657ec654bf5799bceeb1b2a686c8f2d6d807e4 /sys/modules | |
parent | 5391cb95084aa45d5c83bcc3b967e460ad972aab (diff) | |
download | FreeBSD-src-38acc462cf0ddf5307f42de899bfb60c63ffe115.zip FreeBSD-src-38acc462cf0ddf5307f42de899bfb60c63ffe115.tar.gz |
The tinderbox seems to have a different set of compiler options
enabled than my box, so the agp module gets different warnings than I
got when I built. WERROR= to compensate.
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 6bdf2fd..878fbb0 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 \ |