summaryrefslogtreecommitdiffstats
path: root/sys/modules/dcons/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/dcons/Makefile')
-rw-r--r--sys/modules/dcons/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/modules/dcons/Makefile b/sys/modules/dcons/Makefile
index 6042425..4a08b65 100644
--- a/sys/modules/dcons/Makefile
+++ b/sys/modules/dcons/Makefile
@@ -5,7 +5,7 @@
KMOD = dcons
SRCS = dcons.c dcons.h dcons_os.c dcons_os.h \
- opt_dcons.h opt_kdb.h opt_ddb.h opt_gdb.h opt_comconsole.h
+ opt_dcons.h opt_kdb.h opt_ddb.h opt_gdb.h
.if !defined(KERNBUILDDIR)
opt_kdb.h:
@@ -13,9 +13,6 @@ opt_kdb.h:
opt_ddb.h:
echo "#define DDB 1" > $@
-
-opt_comconsole.h:
- echo "#define ALT_BREAK_TO_DEBUGGER 1" > $@
.endif
CFLAGS+= -I${.CURDIR}/../..
OpenPOWER on IntegriCloud