diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-10 13:31:04 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-10 18:55:32 +0200 |
commit | 31ac409a7921da39cc998f2432afa13e77fd8705 (patch) | |
tree | 1065fc1b963c95e75683ea6c661e2e6ee3958e51 /arch/x86/mach-visws/Makefile | |
parent | 22d5c67c5b0476e463ce4b632ba9ec3953d33a5f (diff) |
x86, VisWS: turn into generic arch, add early init quirks
add early init quirks for VisWS. This gradually turns the VISWS subarch
into a generic PC architecture.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-visws/Makefile')
-rw-r--r-- | arch/x86/mach-visws/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mach-visws/Makefile b/arch/x86/mach-visws/Makefile index 835fd96ad768..35a4c101b267 100644 --- a/arch/x86/mach-visws/Makefile +++ b/arch/x86/mach-visws/Makefile @@ -2,7 +2,7 @@ # Makefile for the linux kernel. # -obj-y := setup.o traps.o reboot.o +obj-y := setup.o setup_visws.o traps.o obj-$(CONFIG_X86_VISWS_APIC) += visws_apic.o obj-$(CONFIG_X86_LOCAL_APIC) += mpparse.o |