X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2FMakefile;h=aa5d8e2fce664ef024be95950896e94072cf844f;hb=3764c294f21229bdf700f436fa4884f5e76e0d3a;hp=27a2ec023c735bbb1d28b5ea24dde8be3bad501c;hpb=c53f11b9694ec833b145cfa9660eaca17a4732d7;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/Makefile b/Kernel/arch/x86/Makefile index 27a2ec02..aa5d8e2f 100644 --- a/Kernel/arch/x86/Makefile +++ b/Kernel/arch/x86/Makefile @@ -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)