diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-10 10:45:50 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-10 12:55:45 -0400 |
commit | 62fa572f6933038b3d79558812de88702bda176f (patch) | |
tree | fa407f9ff8f3853fb263e22cc5405b1902e0785e /arch/x86/mach-visws/Makefile | |
parent | 26dd9fcfc2abc298e3c60597bbe6405826aabf91 (diff) |
x86, VisWS: turn into generic arch, remove leftover files
remove leftover arch/x86/mach-visws/* files.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-visws/Makefile')
-rw-r--r-- | arch/x86/mach-visws/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/mach-visws/Makefile b/arch/x86/mach-visws/Makefile deleted file mode 100644 index 7469df1340c1..000000000000 --- a/arch/x86/mach-visws/Makefile +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for the linux kernel. | ||
3 | # | ||
4 | |||
5 | obj-y := setup.o setup_visws.o traps.o | ||
6 | |||
7 | obj-$(CONFIG_X86_VISWS_APIC) += visws_apic.o | ||