mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 04:26:16 +02:00
ff4e17bc25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11186 3c298f89-4303-0410-b956-a3cf2f4a3e73
22 lines
664 B
Diff
22 lines
664 B
Diff
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(-)
|
|
|
|
Index: linux-2.6.22.19/arch/i386/kernel/cpu/Makefile
|
|
===================================================================
|
|
--- linux-2.6.22.19.orig/arch/i386/kernel/cpu/Makefile
|
|
+++ linux-2.6.22.19/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
|