X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=30a0ee22b181b6c5d36009a2526d244486bce867;hb=fab56e8c8460170c9316e86f040352c6e5f8c4b0;hp=6ee754b063d6b6541b9e640256bbc692a3349ae5;hpb=af524c95392b409be3b7643c9ac117b5e060a26e;p=platform%2Fupstream%2Fbtrfs-progs.git diff --git a/Makefile b/Makefile index 6ee754b..30a0ee2 100644 --- a/Makefile +++ b/Makefile @@ -123,8 +123,8 @@ libbtrfs_headers = send-stream.h send-utils.h send.h kernel-lib/rbtree.h btrfs-l extent-cache.h extent_io.h ioctl.h ctree.h btrfsck.h version.h convert_objects = convert/main.o convert/common.o convert/source-fs.o \ convert/source-ext2.o convert/source-reiserfs.o -mkfs_objects = mkfs/main.o mkfs/common.o -image_objects = image/main.o +mkfs_objects = mkfs/main.o mkfs/common.o mkfs/rootdir.o +image_objects = image/main.o image/sanitize.o all_objects = $(objects) $(cmds_objects) $(libbtrfs_objects) $(convert_objects) \ $(mkfs_objects) $(image_objects)