]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Always compile minidump_machdep.c on arm.
authormarkj <markj@FreeBSD.org>
Fri, 17 Apr 2020 16:55:14 +0000 (16:55 +0000)
committermarkj <markj@FreeBSD.org>
Fri, 17 Apr 2020 16:55:14 +0000 (16:55 +0000)
commit7f5a74aaa215af241083c099b3ad31877a6079ab
tree1a6fc6965dd794a79db03bf059641de3b59a2af2
parent40782cfcd4fe6d720cd42bd802b647786b5c9e40
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