summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.pc98
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-08-02 10:56:59 +0000
committersheldonh <sheldonh@FreeBSD.org>2001-08-02 10:56:59 +0000
commit09f2ade6f1c521011c3287bf96ee11c463f39297 (patch)
tree3e0760eeb7454ccb7c8567319757b3134a6aa104 /sys/conf/Makefile.pc98
parent78112d89854b6b9668fb096ce5eda367bd92d4f7 (diff)
downloadFreeBSD-src-09f2ade6f1c521011c3287bf96ee11c463f39297.zip
FreeBSD-src-09f2ade6f1c521011c3287bf96ee11c463f39297.tar.gz
When building a debugging kernel with modules, build modules with
debugging support as well. This relies on support added in rev 1.105 to kmod.mk. Requested by: peter
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r--sys/conf/Makefile.pc983
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index 47b9f3c..be84449 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -270,6 +270,9 @@ install.debug: modules-install.debug
reinstall: modules-reinstall
reinstall.debug: modules-reinstall.debug
.endif
+.if defined(DEBUG)
+MKMODULESENV+= DEBUG="${DEBUG}" DEBUG_FLAGS="${DEBUG}"
+.endif
MKMODULESENV= MAKEOBJDIRPREFIX=${.OBJDIR}/modules KMODDIR=${KODIR}
.if defined(MODULES_OVERRIDE)
OpenPOWER on IntegriCloud