diff options
author | Huang, Ying <ying.huang@intel.com> | 2008-06-02 02:26:23 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-06-05 09:10:02 -0400 |
commit | 0c51a965ed3c44dd50497e74492a015680e49899 (patch) | |
tree | c04c9670b5adecfef995cd1dc49b8c5d9e5e5ed3 /arch/x86/Makefile | |
parent | ecacf09f7d26b2317e8b1d59fa40f62081fad0bb (diff) |
x86: extract common part of head32.c and head64.c into head.c
This patch extracts the common part of head32.c and head64.c into head.c.
Signed-off-by: Huang Ying <ying.huang@intel.com>
Cc: andi@firstfloor.org
Cc: mingo@redhat.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/Makefile')
-rw-r--r-- | arch/x86/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Makefile b/arch/x86/Makefile index 3cff3c894cf3..30b046bcccb6 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile | |||
@@ -160,6 +160,7 @@ KBUILD_AFLAGS += $(mflags-y) | |||
160 | 160 | ||
161 | head-y := arch/x86/kernel/head_$(BITS).o | 161 | head-y := arch/x86/kernel/head_$(BITS).o |
162 | head-y += arch/x86/kernel/head$(BITS).o | 162 | head-y += arch/x86/kernel/head$(BITS).o |
163 | head-y += arch/x86/kernel/head.o | ||
163 | head-y += arch/x86/kernel/init_task.o | 164 | head-y += arch/x86/kernel/init_task.o |
164 | 165 | ||
165 | libs-y += arch/x86/lib/ | 166 | libs-y += arch/x86/lib/ |