mirror of https://github.com/hak5/openwrt.git
20 lines
495 B
Diff
20 lines
495 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(-)
|
|
|
|
--- a/arch/i386/kernel/cpu/Makefile
|
|
+++ b/arch/i386/kernel/cpu/Makefile
|
|
@@ -8,7 +8,7 @@
|
|
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
|