From 6626e12a62315956266f0b5574cf877236f72ecc Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 11 Sep 2019 17:29:44 +0000 Subject: [PATCH] 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. --- sys/arm64/linux/linux_genassym.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sys/arm64/linux/linux_genassym.c diff --git a/sys/arm64/linux/linux_genassym.c b/sys/arm64/linux/linux_genassym.c new file mode 100644 index 000000000000..661f8c9b2046 --- /dev/null +++ b/sys/arm64/linux/linux_genassym.c @@ -0,0 +1,2 @@ +#include +__FBSDID("$FreeBSD$");