From 6e17fbacea4ff6792d72ca044c5fb3e7366e850d Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Fri, 17 Apr 2020 16:55:14 +0000 Subject: [PATCH] Always compile minidump_machdep.c on arm. It is not logically dependent on "device mem", and an arm kernel compiled without that device fails to link since the minidumpsys() symbol is referenced by kern_dump.c. MFC after: 1 week Sponsored by: The FreeBSD Foundation --- sys/conf/files.arm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files.arm b/sys/conf/files.arm index 4d027c78222..ff31d09b641 100644 --- a/sys/conf/files.arm +++ b/sys/conf/files.arm @@ -53,7 +53,7 @@ arm/arm/machdep_kdb.c standard arm/arm/machdep_intr.c standard arm/arm/machdep_ptrace.c standard arm/arm/mem.c optional mem -arm/arm/minidump_machdep.c optional mem +arm/arm/minidump_machdep.c standard arm/arm/mp_machdep.c optional smp arm/arm/mpcore_timer.c optional mpcore_timer arm/arm/nexus.c standard