Fix make warnings:
authorMyles Watson <mylesgw@gmail.com>
Fri, 1 Oct 2010 15:23:41 +0000 (15:23 +0000)
committerMyles Watson <mylesgw@gmail.com>
Fri, 1 Oct 2010 15:23:41 +0000 (15:23 +0000)
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 <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5900 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/lib/Makefile.inc

index e4f13dc1edcf07321cb41d77b515ce346861b76e..26ab1a7d73d76f14052de21e8643f8872615fdb6 100644 (file)
@@ -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