X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2FMakefile;h=c83a5af2e97b85d6189cadb09d848af2b042e984;hb=5c9b3d1affd5f041ab9ea73746c6b51ddca14398;hp=0683d586013ce067e31dd6a017f9173f9338b370;hpb=3de85568b7c3e6245521e3c27cf5593247e4012b;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/Makefile b/Kernel/arch/x86/Makefile index 0683d586..c83a5af2 100644 --- a/Kernel/arch/x86/Makefile +++ b/Kernel/arch/x86/Makefile @@ -11,9 +11,9 @@ ASFLAGS = -f elf USE_MP=0 -ifeq ($(CONFIG),default) +ifeq ($(PLATFORM),default) USE_MP=0 -else ifeq ($(CONFIG),smp) +else ifeq ($(PLATFORM),smp) USE_MP=1 endif