Rename _scratch_mount to _scratch_cycle_mount
[xfstests-dev.git] / tests / f2fs / Makefile
1 #
2 #  Copyright (c) 2015 Fujitsu Ltd.
3 #  Author: Xiao Yang <yangx.jy@cn.fujitsu.com>
4 #
5
6 TOPDIR = ../..
7 include $(TOPDIR)/include/builddefs
8
9 F2FS_DIR = f2fs
10 TARGET_DIR = $(PKG_LIB_DIR)/$(TESTS_DIR)/$(F2FS_DIR)
11
12 include $(BUILDRULES)
13
14 install:
15         $(INSTALL) -m 755 -d $(TARGET_DIR)
16         $(INSTALL) -m 755 [0-9]?? $(TARGET_DIR)
17         $(INSTALL) -m 644 group $(TARGET_DIR)
18         $(INSTALL) -m 644 [0-9]??.* $(TARGET_DIR)
19
20 # Nothing.
21 install-dev install-lib: