From 754090fb438b423c953b0db82505184d7738e0d1 Mon Sep 17 00:00:00 2001
From: Thomas Gleixner <tglx@linutronix.de>
Date: Thu, 11 Oct 2007 11:20:06 +0200
Subject: 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>
---
 arch/i386/Makefile | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'arch/i386')

diff --git a/arch/i386/Makefile b/arch/i386/Makefile
index b433dae1ac7d..5e50dbf00f3e 100644
--- a/arch/i386/Makefile
+++ b/arch/i386/Makefile
@@ -20,10 +20,6 @@
 # Fill in SRCARCH
 SRCARCH	:= x86
 
-archprepare:
-	@mkdir -p ${objtree}/arch/x86/kernel
-
-
 HAS_BIARCH      := $(call cc-option-yn, -m32)
 ifeq ($(HAS_BIARCH),y)
 AS              := $(AS) --32
-- 
cgit v1.2.3