* Sync with recent trunk (r52637).
[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 guid.c
30 hookhal.c
31 init.c
32 pcivrify.c
33 pdo.c
34 power.c
35 usage.c
36 utils.c
37 pci.rc)
38
39 add_library(pcix SHARED ${SOURCE})
40
41 set_module_type(pcix kernelmodedriver)
42 add_importlibs(pcix ntoskrnl hal)
43
44 add_pch(pcix pci.h)
45 add_dependencies(pcix pciclass)
46
47 add_cd_file(TARGET pcix DESTINATION reactos/system32/drivers NO_CAB FOR all)