aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap/Makefile
diff options
context:
space:
mode:
authorakw27@arcadians.cl.cam.ac.uk <akw27@arcadians.cl.cam.ac.uk>2005-03-23 23:16:17 +0000
committerakw27@arcadians.cl.cam.ac.uk <akw27@arcadians.cl.cam.ac.uk>2005-03-23 23:16:17 +0000
commit210ba1a9d534aefed2db5b97a4c2c6fd59c921e3 (patch)
tree7faefd52d8c77c68c84684c35d70a23913b48f58 /tools/blktap/Makefile
parent689abd270c3c4c485e342837caf4dfc4b4904c84 (diff)
downloadxen-210ba1a9d534aefed2db5b97a4c2c6fd59c921e3.tar.gz
xen-210ba1a9d534aefed2db5b97a4c2c6fd59c921e3.tar.bz2
xen-210ba1a9d534aefed2db5b97a4c2c6fd59c921e3.zip
bitkeeper revision 1.1236.41.1 (4241f8c1RPqucowH4YAH-X69s_MQcw)
add a metadata cache to the radix io calls.
Diffstat (limited to 'tools/blktap/Makefile')
-rw-r--r--tools/blktap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/blktap/Makefile b/tools/blktap/Makefile
index 09fe2435dc..7f71a219bf 100644
--- a/tools/blktap/Makefile
+++ b/tools/blktap/Makefile
@@ -174,5 +174,5 @@ bb-tls: $(LIB) blockstore-benchmark.c
bb-trans: $(LIB) blockstore-benchmark.c
$(CC) $(CFLAGS) -o bb-trans blockstore-benchmark.c blockstore.c -lpthread
-radix-test: $(LIB) radix.c blockstore-threaded-trans.c
+radix-test: $(LIB) radix.c blockstore.c
$(CC) $(CFLAGS) -g3 -D RADIX_STANDALONE -o radix-test radix.c blockstore-threaded-trans.c