[NTFS] Use LookasideList allocations for NTFS_ATTR_CONTEXT.
[reactos.git] / drivers / bus / pcix / CMakeLists.txt
1
2 list(APPEND SOURCE
3 arb/ar_busno.c
4 arb/ar_memio.c
5 arb/arb_comn.c
6 arb/tr_irq.c
7 intrface/agpintrf.c
8 intrface/busintrf.c
9 intrface/cardbus.c
10 intrface/devhere.c
11 intrface/ideintrf.c
12 intrface/intrface.c
13 intrface/lddintrf.c
14 intrface/locintrf.c
15 intrface/pmeintf.c
16 intrface/routintf.c
17 pci/busno.c
18 pci/config.c
19 pci/devhere.c
20 pci/id.c
21 pci/ppbridge.c
22 pci/romimage.c
23 pci/state.c
24 debug.c
25 device.c
26 dispatch.c
27 enum.c
28 fdo.c
29 hookhal.c
30 init.c
31 pcivrify.c
32 pdo.c
33 power.c
34 usage.c
35 utils.c
36 pci.h)
37
38 add_library(pcix SHARED
39 ${SOURCE}
40 guid.c
41 pci.rc)
42
43 set_module_type(pcix kernelmodedriver)
44 add_importlibs(pcix ntoskrnl hal)
45 add_pch(pcix pci.h SOURCE)
46 add_dependencies(pcix pciclass)
47 add_cd_file(TARGET pcix DESTINATION reactos/system32/drivers NO_CAB FOR all)