summaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_6xx
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-09-04 16:30:31 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-09-04 16:30:31 +0000
commit6dd5223b0782a653f4eec862b47b394f8d32d837 (patch)
treee3794864e614f2f6ea0bf649a759a45842261be7 /src/cpu/intel/model_6xx
parenteed10364ceffbc8f3f89742eba3efc0860e84cba (diff)
downloadcoreboot-6dd5223b0782a653f4eec862b47b394f8d32d837.tar.xz
Use driver-y instead of obj-y for model_6xx_init.o.
Otherwise booting (but not building) fails: Initializing CPU #0 CPU: vendor Intel device 665 CPU: family 06, model 06, stepping 05 Unknown cpu This patch was tested to fix the issue on MSI MS-6178. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4626 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/model_6xx')
-rw-r--r--src/cpu/intel/model_6xx/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/model_6xx/Makefile.inc b/src/cpu/intel/model_6xx/Makefile.inc
index a5956295d0..b36e601495 100644
--- a/src/cpu/intel/model_6xx/Makefile.inc
+++ b/src/cpu/intel/model_6xx/Makefile.inc
@@ -18,5 +18,5 @@
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
-obj-y += model_6xx_init.o
+driver-y += model_6xx_init.o