fstests: add fio perf results support
[xfstests-dev.git] / src / perf / Makefile
1 TOPDIR = ../..
2 include $(TOPDIR)/include/builddefs
3
4 TARGETS = $(wildcard *.py) $(wildcard *.sql)
5
6 depend: .dep
7
8 include $(BUILDRULES)
9
10 install:
11         $(INSTALL) -m 755 -d $(PKG_LIB_DIR)/src/perf
12         $(INSTALL) -m 755 $(TARGETS) $(PKG_LIB_DIR)/src/perf
13
14 -include .dep