diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:16:53 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:16:53 +0200 |
commit | 9402e12b8fef1efe9cf949fc020dcda22d9d8667 (patch) | |
tree | 4dbb4edda5e14edebc981200380d00f6ab0c3f70 /arch/x86/mach-voyager/Makefile | |
parent | 9702785a747aa27baf46ff504beab6528f21f2dd (diff) | |
download | linux-9402e12b8fef1efe9cf949fc020dcda22d9d8667.tar.bz2 |
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 @@ +# +# Makefile for the linux kernel. +# + +EXTRA_CFLAGS := -Iarch/i386/kernel +obj-y := setup.o voyager_basic.o voyager_thread.o + +obj-$(CONFIG_SMP) += voyager_smp.o voyager_cat.o |