SMP Work (APs now start, just seem to lock up on lgdt, or whatever is at that address)
[tpg/acess2.git] / Makefile.cfg
index 14ce84b..604f861 100644 (file)
@@ -16,8 +16,12 @@ xMKDIR = mmd
 xRMDIR = mdeltree
 xRM = mdel
 
-ARCH = i486
-ARCHDIR = x86
+ifeq ($(ARCH),)
+       ARCH = i386
+endif
+ifeq ($(ARCHDIR),)
+       ARCHDIR = x86
+endif
 
 FILESYSTEMS = fat
 DRIVERS = ata_x86

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