Author: myles Date: Fri Oct 1 17:23:41 2010 New Revision: 5900 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5900
Log: Fix make warnings: Makefile:261: warning: overriding commands for target `coreboot-builds/a-trend_atc-6220/lib/lzma.ramstage.o' Makefile:261: warning: ignoring old commands for target `coreboot-builds/a-trend_atc-6220/lib/lzma.ramstage.o' lzma.c is already included unconditionally in the same file. Signed-off-by: Myles Watson <[email protected]> Acked-by: Myles Watson <[email protected]> Modified: trunk/src/lib/Makefile.inc Modified: trunk/src/lib/Makefile.inc ============================================================================== --- trunk/src/lib/Makefile.inc Fri Oct 1 17:16:20 2010 (r5899) +++ trunk/src/lib/Makefile.inc Fri Oct 1 17:23:41 2010 (r5900) @@ -28,8 +28,6 @@ ramstage-$(CONFIG_USBDEBUG) += usbdebug.c -ramstage-$(CONFIG_COMPRESSED_PAYLOAD_LZMA) += lzma.c - ramstage-$(CONFIG_BOOTSPLASH) += jpeg.c smm-y += memcpy.c -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

