mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-11 03:31:17 +00:00
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
7
image/Makefile
Normal file
7
image/Makefile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
include ../Makefile.inc
|
||||||
|
|
||||||
|
all:
|
||||||
|
$(MAKE) -C .. btrfs-image
|
||||||
|
|
||||||
|
clean:
|
||||||
|
-$(RM) -f -- *.o *.o.d
|
7
mkfs/Makefile
Normal file
7
mkfs/Makefile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
include ../Makefile.inc
|
||||||
|
|
||||||
|
all:
|
||||||
|
$(MAKE) -C .. mkfs.btrfs
|
||||||
|
|
||||||
|
clean:
|
||||||
|
-$(RM) -f -- *.o *.o.d
|
Loading…
Reference in New Issue
Block a user