mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
- Changed a forgotten MP to CONFIG_SMP.
svn path=/trunk/; revision=12927
This commit is contained in:
parent
b885ecfa57
commit
011cd29d57
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue