[ros-diffs] [hbirr] 12927: - Changed a forgotten MP to CONFIG_SMP.

hbirr at svn.reactos.com hbirr at svn.reactos.com
Tue Jan 11 21:23:49 CET 2005


- Changed a forgotten MP to CONFIG_SMP.
Modified: trunk/reactos/Makefile
  _____  

Modified: trunk/reactos/Makefile
--- trunk/reactos/Makefile	2005-01-11 20:02:58 UTC (rev 12926)
+++ trunk/reactos/Makefile	2005-01-11 20:23:48 UTC (rev 12927)
@@ -1,3 +1,4 @@

+# $Id$
 #
 # Global makefile
 #
@@ -773,7 +774,7 @@
 #
 # Hardware Abstraction Layers
 #
-ifeq ($(MP),1)
+ifeq ($(CONFIG_SMP),1)
 halx86: halx86/mp
 else
 halx86: halx86/up
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050111/eaaeb949/attachment.html


More information about the Ros-diffs mailing list