mirror of
https://github.com/kdave/btrfs-progs
synced 2025-03-02 17:01:25 +00:00
btrfs-progs: move btrfs-image sources to own directory
There are no pending patches to btrfs-image, this looks like a good time to move it. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
50e742a6b0
commit
e5b7a27bf7
10
Makefile.in
10
Makefile.in
@ -389,6 +389,15 @@ btrfstune.static: $(static_objects) btrfstune.static.o $(static_libbtrfs_objects
|
||||
$(Q)$(CC) $(STATIC_CFLAGS) -o $@ btrfstune.static.o $(static_objects) \
|
||||
$(static_libbtrfs_objects) $(STATIC_LDFLAGS) $(STATIC_LIBS)
|
||||
|
||||
btrfs-image: $(objects) $(libs_static) image/main.o
|
||||
@echo " [LD] $@"
|
||||
$(Q)$(CC) $(CFLAGS) -I$(TOPDIR)/image -o btrfs-image $(objects) image/main.o $(libs_static) $(LDFLAGS) $(LIBS)
|
||||
|
||||
btrfs-image.static: $(static_objects) image/main.static.o $(static_libbtrfs_objects)
|
||||
@echo " [LD] $@"
|
||||
$(Q)$(CC) $(STATIC_CFLAGS) -o $@ image/main.static.o $(static_objects) \
|
||||
$(static_libbtrfs_objects) $(STATIC_LDFLAGS) $(STATIC_LIBS)
|
||||
|
||||
dir-test: $(objects) $(libs) dir-test.o
|
||||
@echo " [LD] $@"
|
||||
$(Q)$(CC) $(CFLAGS) -o dir-test $(objects) $(libs) dir-test.o $(LDFLAGS) $(LIBS)
|
||||
@ -465,6 +474,7 @@ clean: $(CLEANDIRS)
|
||||
@echo "Cleaning"
|
||||
$(Q)$(RM) -f -- $(progs) cscope.out *.o *.o.d \
|
||||
kernel-lib/*.o kernel-lib/*.o.d \
|
||||
image/*.o image/*.o.d \
|
||||
dir-test ioctl-test quick-test library-test library-test-static \
|
||||
btrfs.static mkfs.btrfs.static \
|
||||
$(check_defs) \
|
||||
|
Loading…
Reference in New Issue
Block a user