summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 0c3da8a33f9a5d88088ed162db9908e826bc0f2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

The master branch supports 4.19.x kernels.

Building the modules:

$ 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:

$ make clean