blob: 2a456d29fdde22c0bf82046c40e747d043b2058b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- wct4xxp/Makefile
+++ wct4xxp/Makefile
@@ -5,6 +5,7 @@
KMOD=wct4xxp
CFLAGS+=-I../zaptel -g
SRCS+=device_if.h bus_if.h isa_if.h pci_if.h
+WERROR= -Wall
load: wct4xxp.ko
kldload ./wct4xxp.ko
|