From: emaste Date: Wed, 11 Sep 2019 17:29:44 +0000 (+0000) Subject: linuxulator: add stub arm64 linux_genassym.c X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=22e36b3874d94f9920070bba2e82df1cddcf9f80;p=freebsd.git linuxulator: add stub arm64 linux_genassym.c This will be fleshed out in the future but allows us to build the arm64 linuxulator using the same infrastructure as x86. --- diff --git a/sys/arm64/linux/linux_genassym.c b/sys/arm64/linux/linux_genassym.c new file mode 100644 index 00000000000..661f8c9b204 --- /dev/null +++ b/sys/arm64/linux/linux_genassym.c @@ -0,0 +1,2 @@ +#include +__FBSDID("$FreeBSD$");