- 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