don't build arm stuff on non arm builds

fixes 2nd stage

svn path=/trunk/; revision=41567
This commit is contained in:
Christoph von Wittich 2009-06-22 22:48:39 +00:00
parent 535d640ce0
commit 1196d45474
2 changed files with 9 additions and 9 deletions

View file

@ -384,11 +384,11 @@ MmInit1(VOID)
/* Unmap low memory */
MmDeletePageTable(NULL, 0);
//
// Initialize ARM³
//
#ifdef _ARM_
/* Initialize ARM³ */
MmArmInitSystem(0, KeLoaderBlock);
#endif
/* Initialize nonpaged pool */
MiInitializeNonPagedPool();

View file

@ -352,6 +352,11 @@
<directory name="arm">
<file>stubs.c</file>
</directory>
<directory name="ARM3">
<file>init.c</file>
<file>pool.c</file>
<file>syspte.c</file>
</directory>
</if>
<if property="ARCH" value="powerpc">
<directory name="powerpc">
@ -359,11 +364,6 @@
<file>page.c</file>
</directory>
</if>
<directory name="ARM3">
<file>init.c</file>
<file>pool.c</file>
<file>syspte.c</file>
</directory>
<file>anonmem.c</file>
<file>balance.c</file>
<file>cont.c</file>