summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorGeorge V. Neville-Neil <gnn@FreeBSD.org>2009-06-05 22:23:33 +0000
committerGeorge V. Neville-Neil <gnn@FreeBSD.org>2009-06-05 22:23:33 +0000
commitab2c65ee6f959e325e2494b2b8f4c2d569400ae0 (patch)
treeb25ca1d133a4301744fb825c54ea6f9a5bae064d /sys/modules
parent874ad012bf3d39a4e3177b0c24ddec20a6fda15b (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/cxgb/cxgb_t3fw/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/cxgb/cxgb_t3fw/Makefile b/sys/modules/cxgb/cxgb_t3fw/Makefile
index c35d73a41f02..0d2f36330f5c 100644
--- a/sys/modules/cxgb/cxgb_t3fw/Makefile
+++ b/sys/modules/cxgb/cxgb_t3fw/Makefile
@@ -5,5 +5,6 @@ CXGB = ${.CURDIR}/../../../dev/cxgb
KMOD= cxgb_t3fw
SRCS+= cxgb_t3fw.c
+CFLAGS+= -g -I${CXGB}
.include <bsd.kmod.mk>