Add fallocate calls to fsx
[xfstests-dev.git] / ltp / Makefile
index d74a9df76a054629f840199c39436498655fa209..f3899e1cf8042071d77966bb0a4aa761f9a9dd16 100644 (file)
@@ -27,6 +27,10 @@ LCFLAGS += -DAIO
 LLDLIBS += -laio -lpthread
 endif
 
 LLDLIBS += -laio -lpthread
 endif
 
+ifeq ($(HAVE_FALLOCATE), true)
+LCFLAGS += -DFALLOCATE
+endif
+
 default: depend $(TARGETS)
 
 include $(BUILDRULES)
 default: depend $(TARGETS)
 
 include $(BUILDRULES)