diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-28 19:11:44 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-29 14:16:50 +0100 |
commit | 7b38725318f4517af6168ccbff99060d67aba1c8 (patch) | |
tree | 043e61f93a24a67ef7ca348924bd740361518ae0 /arch/x86/mach-generic/Makefile | |
parent | x86, smp: remove mach_ipi.h (diff) | |
download | linux-7b38725318f4517af6168ccbff99060d67aba1c8.tar.xz linux-7b38725318f4517af6168ccbff99060d67aba1c8.zip |
x86: remove subarchitecture support code
Remove remaining bits of the subarchitecture code. Now that all the
special platforms are runtime probed and runtime handled, we can remove
these facilities.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-generic/Makefile')
-rw-r--r-- | arch/x86/mach-generic/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/mach-generic/Makefile b/arch/x86/mach-generic/Makefile deleted file mode 100644 index 05e4a7ca7742..000000000000 --- a/arch/x86/mach-generic/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# -# Makefile for the generic architecture -# - -EXTRA_CFLAGS := -Iarch/x86/kernel - -obj-y := probe.o default.o |