summaryrefslogtreecommitdiffstats
path: root/sys/modules/nve/Makefile
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-12-24 13:36:28 +0000
committerdim <dim@FreeBSD.org>2011-12-24 13:36:28 +0000
commitece234f63de43a5f623b0b89d351dcd03d06d4cf (patch)
tree576eb4d34d2efbf6d7096ffd518e16c45bc8fb28 /sys/modules/nve/Makefile
parent87e2cb4f0df356d131a2944e7239a94ac9fb0af3 (diff)
downloadFreeBSD-src-ece234f63de43a5f623b0b89d351dcd03d06d4cf.zip
FreeBSD-src-ece234f63de43a5f623b0b89d351dcd03d06d4cf.tar.gz
Set WERROR= for the nve(4) module. This driver gives several warnings
with clang, which will probably never be fixed, as it is unmaintained, and superseded by nfe(4). MFC after: 1 week
Diffstat (limited to 'sys/modules/nve/Makefile')
-rw-r--r--sys/modules/nve/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/nve/Makefile b/sys/modules/nve/Makefile
index 33d5c2d..111a8fd 100644
--- a/sys/modules/nve/Makefile
+++ b/sys/modules/nve/Makefile
@@ -7,6 +7,7 @@ SRCS= if_nve.c if_nvereg.h miidevs.h \
device_if.h bus_if.h pci_if.h miibus_if.h \
os+%DIKED-nve.h
OBJS+= nvenetlib.o
+WERROR=
CLEANFILES+= nvenetlib.o os+%DIKED-nve.h
nvenetlib.o: ${.CURDIR}/../../contrib/dev/nve/${MACHINE}/${.TARGET}.bz2.uu
OpenPOWER on IntegriCloud