mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-26 19:51:32 +00:00
036d45e551
This is same as f2fs-tools-1.1.0.tar.gz, and for patch v2 in kernel. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@gmail.com>
6 lines
107 B
Makefile
6 lines
107 B
Makefile
## Makefile.am
|
|
|
|
AM_CFLAGS = -Wall
|
|
bin_PROGRAMS = mkfs.f2fs
|
|
mkfs_f2fs_SOURCES = f2fs_format.c f2fs_format.h
|