From 776260675a7afda22d81b58350b404850b5f4d31 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 16 Oct 2009 10:06:18 +0000 Subject: Similar to r4626, change obj-y to driver-y for VIA C3 and C7. Otherwise the following happens at runtime (tested on VIA pc2500e, C7): Initializing CPU #0 CPU: vendor Centaur device 6a9 CPU: family 06, model 0a, stepping 09 Unknown cpu We also change C3 as it is pretty clear that the same problem occurs there. Signed-off-by: Uwe Hermann Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4785 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/via/model_c3/Makefile.inc | 2 +- src/cpu/via/model_c7/Makefile.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/cpu/via/model_c3/Makefile.inc b/src/cpu/via/model_c3/Makefile.inc index 4cd19a23c4..eee3b2907b 100644 --- a/src/cpu/via/model_c3/Makefile.inc +++ b/src/cpu/via/model_c3/Makefile.inc @@ -8,4 +8,4 @@ subdirs-y += ../../x86/cache subdirs-y += ../../x86/smm subdirs-y += ../../intel/microcode -obj-y += model_c3_init.o +driver-y += model_c3_init.o diff --git a/src/cpu/via/model_c7/Makefile.inc b/src/cpu/via/model_c7/Makefile.inc index e6634c384b..b8f3470a43 100644 --- a/src/cpu/via/model_c7/Makefile.inc +++ b/src/cpu/via/model_c7/Makefile.inc @@ -8,4 +8,4 @@ subdirs-y += ../../x86/cache subdirs-y += ../../x86/smm subdirs-y += ../../intel/microcode -obj-y += model_c7_init.o +driver-y += model_c7_init.o -- cgit v1.2.3