blob: a971bb6f97ec9530a6be0c42b9d5d26d7b270f70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
modules += files(
'dmstordev.cil',
'fusestordev.cil',
'hdstordev.cil',
'loopstordev.cil',
'mdstordev.cil',
'mtdstordev.cil',
'nvmestordev.cil',
'rawstordev.cil',
'removablestordev.cil',
'sdstordev.cil',
'sgstordev.cil',
'vdstordev.cil',
'xdstordev.cil',
'zramstordev.cil',
)
|