mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 18:19:43 +00:00
e296161af0
Let's move miscellaneous utilities into tools directory. Signed-off-by: Changman Lee <cm224.lee@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
8 lines
185 B
Makefile
8 lines
185 B
Makefile
## Makefile.am
|
|
|
|
AM_CPPFLAGS = ${libuuid_CFLAGS} -I$(top_srcdir)/include
|
|
AM_CFLAGS = -Wall
|
|
sbin_PROGRAMS = f2fstat fibmap.f2fs
|
|
f2fstat_SOURCES = f2fstat.c
|
|
fibmap_f2fs_SOURCES = fibmap.c
|