x86_64: move lib
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
ifeq ($(CONFIG_X86_32),y)
|
ifeq ($(CONFIG_X86_32),y)
|
||||||
include ${srctree}/arch/x86/lib/Makefile_32
|
include ${srctree}/arch/x86/lib/Makefile_32
|
||||||
else
|
else
|
||||||
include ${srctree}/arch/x86_64/lib/Makefile_64
|
include ${srctree}/arch/x86/lib/Makefile_64
|
||||||
endif
|
endif
|
||||||
|
@@ -73,7 +73,7 @@ AFLAGS += -m64
|
|||||||
|
|
||||||
head-y := arch/x86_64/kernel/head_64.o arch/x86_64/kernel/head64.o arch/x86_64/kernel/init_task_64.o
|
head-y := arch/x86_64/kernel/head_64.o arch/x86_64/kernel/head64.o arch/x86_64/kernel/init_task_64.o
|
||||||
|
|
||||||
libs-y += arch/x86_64/lib/
|
libs-y += arch/x86/lib/
|
||||||
core-y += arch/x86_64/kernel/ \
|
core-y += arch/x86_64/kernel/ \
|
||||||
arch/x86_64/mm/ \
|
arch/x86_64/mm/ \
|
||||||
arch/x86/crypto/ \
|
arch/x86/crypto/ \
|
||||||
|
@@ -1,5 +0,0 @@
|
|||||||
ifeq ($(CONFIG_X86_32),y)
|
|
||||||
include ${srctree}/arch/x86/lib/Makefile_32
|
|
||||||
else
|
|
||||||
include ${srctree}/arch/x86_64/lib/Makefile_64
|
|
||||||
endif
|
|
@@ -1 +0,0 @@
|
|||||||
#include "../../x86/lib/msr-on-cpu.c"
|
|
Reference in New Issue
Block a user