Use driver-y instead of obj-y for model_6xx_init.o.
authorUwe Hermann <uwe@hermann-uwe.de>
Fri, 4 Sep 2009 16:30:31 +0000 (16:30 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Fri, 4 Sep 2009 16:30:31 +0000 (16:30 +0000)
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

src/cpu/intel/model_6xx/Makefile.inc

index a5956295d041b02b427c722813876605b304b4e8..b36e601495ca7c20d0b64764f8a43ea684a79c8b 100644 (file)
@@ -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