mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:37:12 +00:00
[HAL]
- Fix CMake build svn path=/trunk/; revision=53427
This commit is contained in:
parent
c7c0124d0c
commit
43b3df4799
3 changed files with 23 additions and 22 deletions
|
@ -38,6 +38,7 @@ list(APPEND HAL_GENERIC_PCAT_SOURCE
|
|||
generic/legacy/bus/pcidata.c
|
||||
generic/legacy/bus/sysbus.c
|
||||
generic/legacy/bussupp.c
|
||||
generic/legacy/halpnpdd.c
|
||||
generic/legacy/halpcat.c)
|
||||
|
||||
list(APPEND HAL_GENERIC_ACPI_SOURCE
|
||||
|
|
|
@ -8,16 +8,16 @@
|
|||
<define name="_NTHAL_" />
|
||||
<define name="CONFIG_ACPI" />
|
||||
<directory name="generic">
|
||||
<directory name="acpi">
|
||||
<file>halacpi.c</file>
|
||||
<file>halpnpdd.c</file>
|
||||
<file>busemul.c</file>
|
||||
</directory>
|
||||
<directory name="legacy">
|
||||
<directory name="bus">
|
||||
<file>pcibus.c</file>
|
||||
</directory>
|
||||
</directory>
|
||||
<directory name="acpi">
|
||||
<file>halacpi.c</file>
|
||||
<file>halpnpdd.c</file>
|
||||
<file>busemul.c</file>
|
||||
</directory>
|
||||
<directory name="legacy">
|
||||
<directory name="bus">
|
||||
<file>pcibus.c</file>
|
||||
</directory>
|
||||
</directory>
|
||||
<if property="ARCH" value="i386">
|
||||
<file>halinit.c</file>
|
||||
</if>
|
||||
|
|
|
@ -7,19 +7,19 @@
|
|||
<define name="_NTHALDLL_" />
|
||||
<define name="_NTHAL_" />
|
||||
<directory name="generic">
|
||||
<directory name="legacy">
|
||||
<directory name="bus">
|
||||
<file>bushndlr.c</file>
|
||||
<file>cmosbus.c</file>
|
||||
<file>isabus.c</file>
|
||||
<file>pcibus.c</file>
|
||||
<file>pcidata.c</file>
|
||||
<file>sysbus.c</file>
|
||||
</directory>
|
||||
<file>bussupp.c</file>
|
||||
<file>halpcat.c</file>
|
||||
<directory name="legacy">
|
||||
<directory name="bus">
|
||||
<file>bushndlr.c</file>
|
||||
<file>cmosbus.c</file>
|
||||
<file>isabus.c</file>
|
||||
<file>pcibus.c</file>
|
||||
<file>pcidata.c</file>
|
||||
<file>sysbus.c</file>
|
||||
</directory>
|
||||
<file>bussupp.c</file>
|
||||
<file>halpcat.c</file>
|
||||
<file>halpnpdd.c</file>
|
||||
</directory>
|
||||
</directory>
|
||||
<if property="ARCH" value="i386">
|
||||
<file>halinit.c</file>
|
||||
</if>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue