From 4741cfbf6e70fbfbeff7f2efb6fa83a55a9e75ab Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Thu, 5 Jul 2018 22:46:11 +0000 Subject: [PATCH] fix typo, include template to support gdb on aarch64 --- tools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 6b3367fb9..3bf3892d7 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -18,7 +18,7 @@ set(SRC proxy.c uhyve-x86_64.c uhyve-aarch64.c uhyve-gdb-x86_64.c - uhyve-aarch64.c + uhyve-gdb-aarch64.c ) ### Optional migration via RDMA