summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-01-23 20:48:46 +0100
committerLouis Burda <quent.burda@gmail.com>2023-01-23 20:48:46 +0100
commit0dc0595ee1d84bc77cb431b2417223f3b4a5bd57 (patch)
treef4fb1305e2655157e864294f11c8b7ff01fe2218 /Makefile
parentf6c8fcf146353388bad49aebfa44e31b8170b8ef (diff)
downloadcachepc-0dc0595ee1d84bc77cb431b2417223f3b4a5bd57.tar.gz
cachepc-0dc0595ee1d84bc77cb431b2417223f3b4a5bd57.zip
Remove unused ioctls
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b757d29..7994732 100755
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ BINS = test/eviction test/kvm-eviction
BINS += test/kvm-step #test/kvm-execstep
# BINS += test/qemu-eviction_guest test/qemu-eviction_host
# BINS += test/qemu-aes_guest test/qemu-aes_host
-BINS += util/svme util/debug util/reset
+BINS += util/debug util/reset
CFLAGS = -I . -I linux/usr/include
CFLAGS += -g -Wunused-variable -Wunknown-pragmas -Wunused-function