aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2020-11-11 04:04:30 -0500
committerThanos Makatos <thanos.makatos@nutanix.com>2020-11-11 05:38:16 -0500
commit65222cdeadb686731b685347402f7d10c7889506 (patch)
tree29dae9a17a6aafd0b5ec2bfd53952b13187eaff2 /CMakeLists.txt
parent6eba97ba4abe105b8e5b9df6ca020ad705ce6b47 (diff)
downloadlibvfio-user-65222cdeadb686731b685347402f7d10c7889506.zip
libvfio-user-65222cdeadb686731b685347402f7d10c7889506.tar.gz
libvfio-user-65222cdeadb686731b685347402f7d10c7889506.tar.bz2
drop the kernel module
vfio-user is on track to be accepted upstream, so we shouldn't need muser.ko. This patch removes it since keeping it in the source is a maintanance burden. The last version is stashed in https://github.com/nutanix/muser/tree/kmod. If there is a valid use case we can reconsider reinstating it. fixes #67 Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 74695f4..af97768 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,9 +35,6 @@ include(GNUInstallDirs)
# shared libraries
add_subdirectory(lib)
-# kernel module
-#add_subdirectory(kmod)
-
# samples
add_subdirectory(samples)