1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

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
This commit is contained in:
Andrew Turner 2016-09-13 15:45:22 +00:00
parent d600e95429
commit 5ed824174b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305771
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
#ifndef _MACHINE_DEBUG_MONITOR_H_
#define _MACHINE_DEBUG_MONITOR_H_
#ifdef KDB
#ifdef DDB
#include <machine/db_machdep.h>

View File

@ -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