diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:16:38 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:16:38 +0200 |
commit | c2b84d8d1a66a0a886de51f1bfef5c4f16c0c784 (patch) | |
tree | dba8ae5777563f7df4e000725d253b7cd995bb7f /arch/x86/mach-visws/Makefile | |
parent | fb9aa6f1d4a1e11e66a680460b2c2b2b10b62f79 (diff) |
i386: move mach-visws
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-visws/Makefile')
-rw-r--r-- | arch/x86/mach-visws/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/mach-visws/Makefile b/arch/x86/mach-visws/Makefile new file mode 100644 index 00000000000..835fd96ad76 --- /dev/null +++ b/arch/x86/mach-visws/Makefile @@ -0,0 +1,8 @@ +# +# Makefile for the linux kernel. +# + +obj-y := setup.o traps.o reboot.o + +obj-$(CONFIG_X86_VISWS_APIC) += visws_apic.o +obj-$(CONFIG_X86_LOCAL_APIC) += mpparse.o |