Merge branch 'master' of [email protected]:acess2
[tpg/acess2.git] / Kernel / arch / x86 / Makefile
index 27a2ec0..aa5d8e2 100644 (file)
@@ -22,6 +22,7 @@ else ifeq ($(ARCH),i586)
        USE_PAE=1
 endif
 
+#ASFLAGS               += -D ARCH=\"$(ARCH)\" -D ARCHDIR=\"$(ARCHDIR)\"
 ASFLAGS += -D USE_MP=$(USE_MP) -D USE_PAE=$(USE_PAE)
 CPPFLAGS += -DUSE_MP=$(USE_MP) -DUSE_PAE=$(USE_PAE)
 

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