Author: uwe Date: 2009-09-04 18:30:31 +0200 (Fri, 04 Sep 2009) New Revision: 4626
Modified: trunk/coreboot-v2/src/cpu/intel/model_6xx/Makefile.inc Log: 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 <[email protected]> Acked-by: Myles Watson <[email protected]> Modified: trunk/coreboot-v2/src/cpu/intel/model_6xx/Makefile.inc =================================================================== --- trunk/coreboot-v2/src/cpu/intel/model_6xx/Makefile.inc 2009-09-01 15:29:12 UTC (rev 4625) +++ trunk/coreboot-v2/src/cpu/intel/model_6xx/Makefile.inc 2009-09-04 16:30:31 UTC (rev 4626) @@ -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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

