diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-07-02 21:36:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-07-02 21:36:07 +0000 |
commit | 657d109b2b17733c75d3b3e8c8c63e20735bde7d (patch) | |
tree | 37ba84b58b6432da6377772c31f28cdedc5625b6 /sys/arch | |
parent | f0dba84f9b3f5198f78f1de4498e8da9044d43cb (diff) |
For now an empty file is good enough to get libkvm to build on powerpc64.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/powerpc64/include/kcore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/powerpc64/include/kcore.h b/sys/arch/powerpc64/include/kcore.h new file mode 100644 index 00000000000..710cecca972 --- /dev/null +++ b/sys/arch/powerpc64/include/kcore.h @@ -0,0 +1 @@ +/* Empty */ |