factor cryptodisk part out
This commit is contained in:
parent
fcf3bfb6ff
commit
8585e54bec
7 changed files with 80 additions and 655 deletions
|
@ -768,6 +768,11 @@ module = {
|
|||
common = disk/loopback.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = cryptodisk;
|
||||
common = disk/cryptodisk.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = luks;
|
||||
common = disk/luks.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue