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:
parent
0a688a4454
commit
9b3a9daacd
|
@ -0,0 +1,7 @@
|
||||||
|
include ../Makefile.inc
|
||||||
|
|
||||||
|
all:
|
||||||
|
$(MAKE) -C .. btrfs-image
|
||||||
|
|
||||||
|
clean:
|
||||||
|
-$(RM) -f -- *.o *.o.d
|
|
@ -0,0 +1,7 @@
|
||||||
|
include ../Makefile.inc
|
||||||
|
|
||||||
|
all:
|
||||||
|
$(MAKE) -C .. mkfs.btrfs
|
||||||
|
|
||||||
|
clean:
|
||||||
|
-$(RM) -f -- *.o *.o.d
|
Loading…
Reference in New Issue