diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2011-08-27 14:24:27 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2011-08-27 14:24:27 +0000 |
| commit | e5a0927394502ac7d7d0383c523490eb35f773dc (patch) | |
| tree | 49e850acfe39af24efb3586c06c15ff6b9183c36 /sys/modules/dcons | |
| parent | 3d07127c64ec8e1a558cc3f8c78d6379463bcee1 (diff) | |
Notes
Diffstat (limited to 'sys/modules/dcons')
| -rw-r--r-- | sys/modules/dcons/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/modules/dcons/Makefile b/sys/modules/dcons/Makefile index 604242503971..4a08b6592381 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}/../.. |
