reactos/hal/halx86/hal_generic_up.rbuild
Amine Khaldi 7a3aaf62ee Sync with trunk head (part 1 of x)
svn path=/branches/header-work/; revision=46461
2010-03-26 09:25:42 +00:00

18 lines
453 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
<group>
<module name="hal_generic_up" type="objectlibrary">
<include>include</include>
<include base="ntoskrnl">include</include>
<define name="_NTHALDLL_" />
<define name="_NTHAL_" />
<directory name="generic">
<file>spinlock.c</file>
</directory>
<directory name="up">
<file>pic.c</file>
<file>processor.c</file>
</directory>
</module>
</group>