From d3f620299c784abbca4c3bd6b7ce5fe4cfb806c4 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Fri, 1 Oct 2010 15:23:41 +0000 Subject: 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 Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5900 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/lib/Makefile.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index e4f13dc1ed..26ab1a7d73 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/Makefile.inc @@ -28,8 +28,6 @@ driver-$(CONFIG_CONSOLE_NE2K) += ne2k.c ramstage-$(CONFIG_USBDEBUG) += usbdebug.c -ramstage-$(CONFIG_COMPRESSED_PAYLOAD_LZMA) += lzma.c - ramstage-$(CONFIG_BOOTSPLASH) += jpeg.c smm-y += memcpy.c -- cgit v1.2.3