summaryrefslogtreecommitdiffstats
path: root/sys/modules/dcons
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2007-06-01 00:23:34 +0000
committersimokawa <simokawa@FreeBSD.org>2007-06-01 00:23:34 +0000
commit062ed7352f59fb6db93a3f51ca6e64ec0cefca22 (patch)
tree19c16cc96267ded0ee1c0535762c58ab7d998cba /sys/modules/dcons
parentf8f0945b0957e77ab770416f001e012926a9cdff (diff)
downloadFreeBSD-src-062ed7352f59fb6db93a3f51ca6e64ec0cefca22.zip
FreeBSD-src-062ed7352f59fb6db93a3f51ca6e64ec0cefca22.tar.gz
Fix a breakage with "MODULES_WITH_WORLD=true make buildworld".
PR: kern/11320
Diffstat (limited to 'sys/modules/dcons')
-rw-r--r--sys/modules/dcons/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/modules/dcons/Makefile b/sys/modules/dcons/Makefile
index e430a65..6042425 100644
--- a/sys/modules/dcons/Makefile
+++ b/sys/modules/dcons/Makefile
@@ -5,12 +5,15 @@
KMOD = dcons
SRCS = dcons.c dcons.h dcons_os.c dcons_os.h \
- opt_dcons.h opt_ddb.h opt_comconsole.h
+ opt_dcons.h opt_kdb.h opt_ddb.h opt_gdb.h opt_comconsole.h
.if !defined(KERNBUILDDIR)
-opt_ddb.h:
+opt_kdb.h:
echo "#define KDB 1" > $@
+opt_ddb.h:
+ echo "#define DDB 1" > $@
+
opt_comconsole.h:
echo "#define ALT_BREAK_TO_DEBUGGER 1" > $@
.endif
OpenPOWER on IntegriCloud