- Changed a forgotten MP to CONFIG_SMP.

svn path=/trunk/; revision=12927
This commit is contained in:
Hartmut Birr 2005-01-11 20:23:48 +00:00
parent b885ecfa57
commit 011cd29d57

View file

@ -1,3 +1,4 @@
# $Id$
# #
# Global makefile # Global makefile
# #
@ -773,7 +774,7 @@ hallib_bootcd:
# #
# Hardware Abstraction Layers # Hardware Abstraction Layers
# #
ifeq ($(MP),1) ifeq ($(CONFIG_SMP),1)
halx86: halx86/mp halx86: halx86/mp
else else
halx86: halx86/up halx86: halx86/up