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/x86/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/x86/mach-voyager/Makefile')
-rw-r--r-- | arch/x86/mach-voyager/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/mach-voyager/Makefile b/arch/x86/mach-voyager/Makefile new file mode 100644 index 000000000000..33b74cf0dd22 --- /dev/null +++ b/arch/x86/mach-voyager/Makefile | |||
@@ -0,0 +1,8 @@ | |||
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 | ||