blob: 49728004afd759f49b93210ee25d40744fd6247c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
modules += files(
'blocksysfile.cil',
'bussysfile.cil',
'classsysfile.cil',
'devicessysfile.cil',
'devsysfile.cil',
'firmwaresysfile.cil',
'fssysfile.cil',
'hypervisorsysfile.cil',
'kernelsysfile.cil',
'modulesysfile.cil',
'powersysfile.cil',
)
subdir('classsysfile')
subdir('devicessysfile')
subdir('fssysfile')
subdir('kernelsysfile')
|