aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap/Makefile
diff options
context:
space:
mode:
authorjrb44@plym.cl.cam.ac.uk <jrb44@plym.cl.cam.ac.uk>2005-03-15 17:29:53 +0000
committerjrb44@plym.cl.cam.ac.uk <jrb44@plym.cl.cam.ac.uk>2005-03-15 17:29:53 +0000
commita172cbd6482bc760392b3e94b47b1ca488a64d16 (patch)
treedde3bdc4d312a82fc5b3981016470df95ee11355 /tools/blktap/Makefile
parentacf79a97a303fb54a5f667e28074a680e6c7ba4b (diff)
downloadxen-a172cbd6482bc760392b3e94b47b1ca488a64d16.tar.gz
xen-a172cbd6482bc760392b3e94b47b1ca488a64d16.tar.bz2
xen-a172cbd6482bc760392b3e94b47b1ca488a64d16.zip
bitkeeper revision 1.1236.35.1 (42371b91vqaZiam66I7Q_46q67kWeg)
Added blockstored and initial distributed parallax backend.
Diffstat (limited to 'tools/blktap/Makefile')
-rw-r--r--tools/blktap/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/blktap/Makefile b/tools/blktap/Makefile
index 50d77b905b..9fdbbde792 100644
--- a/tools/blktap/Makefile
+++ b/tools/blktap/Makefile
@@ -141,6 +141,10 @@ vdi_fill: $(LIB) vdi_fill.c $(VDI_SRCS)
vdi_validate: $(LIB) vdi_validate.c $(VDI_SRCS)
$(CC) $(CFLAGS) -g3 -o vdi_validate vdi_validate.c $(VDI_SRCS)
+blockstored: blockstored.c
+ $(CC) $(CFLAGS) -g3 -o blockstored blockstored.c
+bstest: bstest.c blockstore.c
+ $(CC) $(CFLAGS) -g3 -o bstest bstest.c blockstore.c
rdx_cmp: $(LIB) rdx_cmp.c $(VDI_SRCS)
$(CC) $(CFLAGS) -g3 -o rdx_cmp rdx_cmp.c $(VDI_SRCS)