Kernel - Slight reworks to timer code
[tpg/acess2.git] / Kernel / arch / x86 / Makefile
index 00a02ac..c83a5af 100644 (file)
@@ -11,13 +11,12 @@ ASFLAGS             = -f elf
 
 USE_MP=0
 
-ifeq ($(ARCH),i386)
+ifeq ($(PLATFORM),default)
        USE_MP=0
-else ifeq ($(ARCH),i386-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)
 

UCC git Repository :: git.ucc.asn.au