From 011cd29d578dfb2426f85d3b40c13ac6182b7af4 Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Tue, 11 Jan 2005 20:23:48 +0000 Subject: [PATCH] - Changed a forgotten MP to CONFIG_SMP. svn path=/trunk/; revision=12927 --- reactos/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/Makefile b/reactos/Makefile index 9a1084c1ee3..1ef2941fd5e 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -1,3 +1,4 @@ +# $Id$ # # Global makefile # @@ -773,7 +774,7 @@ hallib_bootcd: # # Hardware Abstraction Layers # -ifeq ($(MP),1) +ifeq ($(CONFIG_SMP),1) halx86: halx86/mp else halx86: halx86/up