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>
This commit is contained in:
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 Normal file
View file

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

7
mkfs/Makefile Normal file
View file

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