mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 18:02:17 -04:00
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
This commit is contained in:
parent
86686423d5
commit
6e17fbacea
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue