diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-02-20 23:57:55 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-02-20 23:57:55 +0000 |
commit | 1f80b1a06fd1255a1749fc9d55455f66d8a2c906 (patch) | |
tree | ce0bd6cacdb4ff2a6a330b97c1620ccb77ac7b91 /sys/arch/arm64/compile | |
parent | c8734b86879568f002fa6d23d0166bedce65b135 (diff) |
Add GENERIC.MP directory.
Diffstat (limited to 'sys/arch/arm64/compile')
-rw-r--r-- | sys/arch/arm64/compile/GENERIC.MP/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/arm64/compile/GENERIC.MP/Makefile b/sys/arch/arm64/compile/GENERIC.MP/Makefile new file mode 100644 index 00000000000..01b5f23410c --- /dev/null +++ b/sys/arch/arm64/compile/GENERIC.MP/Makefile @@ -0,0 +1 @@ +.include "../Makefile.inc" |