diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:16:48 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:16:48 +0200 |
commit | d629e03b64c469245ceb07d05460e1e2eefa7585 (patch) | |
tree | c0bac5206be0875305856a4a9e23631856abfa06 /arch/x86/mach-default/Makefile | |
parent | ad757b6aa5801b81dec609d87753604a06313c53 (diff) |
i386: move mach-default
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-default/Makefile')
-rw-r--r-- | arch/x86/mach-default/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/mach-default/Makefile b/arch/x86/mach-default/Makefile new file mode 100644 index 00000000000..012fe34459e --- /dev/null +++ b/arch/x86/mach-default/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the linux kernel. +# + +obj-y := setup.o |