X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2FMakefile;h=c83a5af2e97b85d6189cadb09d848af2b042e984;hb=a2495c6ea4f4cab16b5d339ae511428e92e89e73;hp=10cd645b6c7bd0c874df5961a6777501f0113ee4;hpb=fad68a47fc99c28c0557c06631b95277c8ed9159;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/Makefile b/Kernel/arch/x86/Makefile index 10cd645b..c83a5af2 100644 --- a/Kernel/arch/x86/Makefile +++ b/Kernel/arch/x86/Makefile @@ -11,13 +11,12 @@ ASFLAGS = -f elf USE_MP=0 -ifeq ($(ARCH),x86) +ifeq ($(PLATFORM),default) USE_MP=0 -else ifeq ($(ARCH),x86-smp) +else ifeq ($(PLATFORM),smp) USE_MP=1 endif -#ASFLAGS += -D ARCH=\"$(ARCH)\" -D ARCHDIR=\"$(ARCHDIR)\" ASFLAGS += -D USE_MP=$(USE_MP) CPPFLAGS += -DUSE_MP=$(USE_MP)