diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:53 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:53 -0400 |
commit | 9402e12b8fef1efe9cf949fc020dcda22d9d8667 (patch) | |
tree | 4dbb4edda5e14edebc981200380d00f6ab0c3f70 /arch/i386/mach-voyager/Makefile | |
parent | 9702785a747aa27baf46ff504beab6528f21f2dd (diff) |
i386: move mach-voyager
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/i386/mach-voyager/Makefile')
-rw-r--r-- | arch/i386/mach-voyager/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/i386/mach-voyager/Makefile b/arch/i386/mach-voyager/Makefile deleted file mode 100644 index 33b74cf0dd22..000000000000 --- a/arch/i386/mach-voyager/Makefile +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for the linux kernel. | ||
3 | # | ||
4 | |||
5 | EXTRA_CFLAGS := -Iarch/i386/kernel | ||
6 | obj-y := setup.o voyager_basic.o voyager_thread.o | ||
7 | |||
8 | obj-$(CONFIG_SMP) += voyager_smp.o voyager_cat.o | ||