btrfs-progs: build: add stub makefile to image and mkfs

Add makefiles that work inside the image and mkfs directories, this
already exists for convert.

Signed-off-by: David Sterba <dsterba@suse.com>
master
David Sterba 2019-07-04 02:15:53 +02:00
parent 0a688a4454
commit 9b3a9daacd
2 changed files with 14 additions and 0 deletions

7
image/Makefile 100644
View File

@ -0,0 +1,7 @@
include ../Makefile.inc
all:
$(MAKE) -C .. btrfs-image
clean:
-$(RM) -f -- *.o *.o.d

7
mkfs/Makefile 100644
View File

@ -0,0 +1,7 @@
include ../Makefile.inc
all:
$(MAKE) -C .. mkfs.btrfs
clean:
-$(RM) -f -- *.o *.o.d