diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 09:20:06 (GMT) |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 09:20:06 (GMT) |
commit | 754090fb438b423c953b0db82505184d7738e0d1 (patch) | |
tree | 2cde333fc58131cc35a124cf3f2cfac6e4ed7e6a /arch/x86_64/Makefile | |
parent | 914d97fd9925639574d22fc9cdfac7ddd8f325d6 (diff) | |
download | linux-754090fb438b423c953b0db82505184d7738e0d1.tar.xz |
x86: remove migration makefile tweaks
The makefile tweaks to allow the build during the move of
code from arch/i386 and arch/x86_64 are not longer necessary.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86_64/Makefile')
-rw-r--r-- | arch/x86_64/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86_64/Makefile b/arch/x86_64/Makefile index afaf0f9..8bffb94 100644 --- a/arch/x86_64/Makefile +++ b/arch/x86_64/Makefile @@ -24,10 +24,6 @@ # Fill in SRCARCH SRCARCH := x86 -archprepare: - @mkdir -p ${objtree}/arch/x86/kernel - - LDFLAGS := -m elf_x86_64 OBJCOPYFLAGS := -O binary -R .note -R .comment -S LDFLAGS_vmlinux := |