aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.arm64
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2016-09-13 15:45:22 +0000
committerAndrew Turner <andrew@FreeBSD.org>2016-09-13 15:45:22 +0000
commit5ed824174b7de9ce83aa95abfd6adc06295bed19 (patch)
tree019b57bcbebc95242aff6720d8f8f8357d67f1e1 /sys/conf/files.arm64
parentd600e9542919e97d9b02487a1e4751638ad368f2 (diff)
downloadsrc-5ed824174b7de9ce83aa95abfd6adc06295bed19.tar.gz
src-5ed824174b7de9ce83aa95abfd6adc06295bed19.zip
Fix the arm64 kernel build when DDB is disabled, debug_monitor.c depends on
DDB, and is unused when it's disabled. Obtained from: ABT Systems Ltd MFC after: 3 days Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=305771
Diffstat (limited to 'sys/conf/files.arm64')
-rw-r--r--sys/conf/files.arm642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index c3d795734f18..bbdd4c9a4d80 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -62,7 +62,7 @@ arm64/arm64/cpufunc_asm.S standard
arm64/arm64/db_disasm.c optional ddb
arm64/arm64/db_interface.c optional ddb
arm64/arm64/db_trace.c optional ddb
-arm64/arm64/debug_monitor.c optional kdb
+arm64/arm64/debug_monitor.c optional ddb
arm64/arm64/disassem.c optional ddb
arm64/arm64/dump_machdep.c standard
arm64/arm64/elf_machdep.c standard