aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSwapnil Ingle <swapnil.ingle@nutanix.com>2020-11-16 05:50:23 -0500
committerSwapnil Ingle <swapnil.ingle@nutanix.com>2020-11-16 08:06:36 -0500
commitd4cc1d128dc910c3045ec78d69da43f16333ef36 (patch)
tree05f72be56193b2187d1c84322e09795b425f093c /README.md
parent0aa9f3b44c5a776179d20e94dba4fa4964f3b095 (diff)
downloadlibvfio-user-d4cc1d128dc910c3045ec78d69da43f16333ef36.zip
libvfio-user-d4cc1d128dc910c3045ec78d69da43f16333ef36.tar.gz
libvfio-user-d4cc1d128dc910c3045ec78d69da43f16333ef36.tar.bz2
Makefile: Remove unused KDIR
Also remove kernel build from travis.yml Signed-off-by: Swapnil Ingle <swapnil.ingle@nutanix.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 887c51a..972a1f6 100644
--- a/README.md
+++ b/README.md
@@ -53,8 +53,6 @@ Just do:
make && make install
The kernel headers are necessary because VFIO structs and defines are reused.
-To specify an alternative kernel directory set the KDIR environment variable
-accordingly.
To enable Python bindings set the PYTHON_BINDINGS environment variable to a
non-empty string.