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.
This commit is contained in:
Warner Losh 2005-01-26 21:18:58 +00:00
parent 7d64886df5
commit c046033747

View File

@ -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 \