You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
622 B
23 lines
622 B
18 years ago
|
From: Andrew Morton <akpm@linux-foundation.org>
|
||
|
|
||
|
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
|
||
|
---
|
||
|
|
||
|
arch/i386/kernel/cpu/Makefile | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff -puN arch/i386/kernel/cpu/Makefile~git-newsetup-fixup arch/i386/kernel/cpu/Makefile
|
||
|
--- a/arch/i386/kernel/cpu/Makefile~git-newsetup-fixup
|
||
|
+++ a/arch/i386/kernel/cpu/Makefile
|
||
|
@@ -8,7 +8,7 @@ obj-y += amd.o
|
||
|
obj-y += cyrix.o
|
||
|
obj-y += centaur.o
|
||
|
obj-y += transmeta.o
|
||
|
-obj-y += intel.o intel_cacheinfo.o
|
||
|
+obj-y += intel.o intel_cacheinfo.o addon_cpuid_features.o
|
||
|
obj-y += rise.o
|
||
|
obj-y += nexgen.o
|
||
|
obj-y += umc.o
|
||
|
|
||
|
_
|