summaryrefslogtreecommitdiffstats
path: root/sys/modules/harp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/harp/Makefile')
-rw-r--r--sys/modules/harp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/harp/Makefile b/sys/modules/harp/Makefile
index b60cac9..e6d75ed 100644
--- a/sys/modules/harp/Makefile
+++ b/sys/modules/harp/Makefile
@@ -8,7 +8,6 @@ KMOD= if_harp
SRCS= if_harp.c device_if.h
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../include
-CFLAGS+= -DDEBUG -DINVARIANTS -g
-LDFLAGS+= -g
+CFLAGS+= -DDEBUG -DINVARIANTS
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud