9b3a9daacd
Add makefiles that work inside the image and mkfs directories, this already exists for convert. Signed-off-by: David Sterba <dsterba@suse.com>
7 lines
88 B
Makefile
7 lines
88 B
Makefile
include ../Makefile.inc
|
|
|
|
all:
|
|
$(MAKE) -C .. mkfs.btrfs
|
|
|
|
clean:
|
|
-$(RM) -f -- *.o *.o.d
|