Introduce new config flag BUILD_MP. Compile MP kernel and hal only when this is set...
[reactos.git] / reactos / config.template.rbuild
index b751cf9..aee6e63 100644 (file)
@@ -85,4 +85,9 @@
 -->
 <property name="_ELF_" value="0" />
 
+<!--
+       Whether to compile the multi processor versions for ntoskrnl and hal.
+-->
+<property name="BUILD_MP" value="0" />
+
 </group>