aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Makefile_64 (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-11-12x86: do not use $(ARCH) when not neededSam Ravnborg1-4/+4
For x86 ARCH may say i386 or x86_64 and soon x86. Rely on CONFIG_X64_32 to select between 32/64 or just hardcode the value as appropriate. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@redhat.com> Cc: "H. Peter Anvin" <hpa@zytor.com>
2007-10-25x86: move i386 and x86_64 Makefiles to arch/x86Sam Ravnborg1-0/+144
Moving the ARCH specific Makefiles for i386 and x86_64 required a litle bit tweaking in the top-lvel Makefile. SRCARCH is now set in the top-level Makefile because we need this info to include the correct arch Makefile. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>