aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2020-05-13 08:22:06 -0700
committerThanos Makatos <thanos.makatos@nutanix.com>2020-05-13 08:22:17 -0700
commita819c87994732de078bb08733b12e33cdde8e0af (patch)
tree7f475b8b2546466a4852be609353913424e5017e /CMakeLists.txt
parente4a3a76275cf61ef83d0850fc6dd32c64806fdcd (diff)
downloadlibvfio-user-a819c87994732de078bb08733b12e33cdde8e0af.zip
libvfio-user-a819c87994732de078bb08733b12e33cdde8e0af.tar.gz
libvfio-user-a819c87994732de078bb08733b12e33cdde8e0af.tar.bz2
disable building kernel module
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8ec6e5c..d2c4976 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,7 +38,7 @@ add_subdirectory(libpathtrap)
add_subdirectory(libvfio)
# kernel module
-add_subdirectory(kmod)
+#add_subdirectory(kmod)
# samples
add_subdirectory(samples)