summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e32b858
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+Building the modules:
+
+```shell
+$ make CONFIG_BLK_DEV_LOOP_FILE_FMT_QCOW=m CONFIG_BLK_DEV_LOOP_FILE_FMT_RAW=m
+```
+
+Results in:
+* xloop.ko
+* loop_file_fmt_raw.ko
+* loop_file_fmt_qcow.ko
+
+Clean:
+```shell
+$ make clean
+```