factor cryptodisk part out

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-04-23 18:00:42 +02:00
parent fcf3bfb6ff
commit 8585e54bec
7 changed files with 80 additions and 655 deletions

View file

@ -768,6 +768,11 @@ module = {
common = disk/loopback.c;
};
module = {
name = cryptodisk;
common = disk/cryptodisk.c;
};
module = {
name = luks;
common = disk/luks.c;