aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/bios
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2014-06-09 20:48:38 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2014-06-09 20:48:38 +0000
commitd0345bb3108ac63251960d3edf701f2f41806f9e (patch)
tree0274f3c84fb673f998aeaabc3550a96c16c16415 /sys/modules/bios
parent67b6ffaad69e7b0eda866b026f3186b60ebc0f86 (diff)
Notes
Diffstat (limited to 'sys/modules/bios')
-rw-r--r--sys/modules/bios/smapi/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/bios/smapi/Makefile b/sys/modules/bios/smapi/Makefile
index e2f50e57538a..1b850e463f60 100644
--- a/sys/modules/bios/smapi/Makefile
+++ b/sys/modules/bios/smapi/Makefile
@@ -6,7 +6,6 @@
KMOD= smapi
SRCS= smapi.c smapi_bios.S \
bus_if.h device_if.h
-WERROR=
.include <bsd.kmod.mk>