[coreboot] r779 - coreboot-v3/lib

svn at coreboot.org svn at coreboot.org
Sun Aug 17 18:56:21 CEST 2008


Author: hailfinger
Date: 2008-08-17 18:56:21 +0200 (Sun, 17 Aug 2008)
New Revision: 779

Modified:
   coreboot-v3/lib/Makefile
Log:
Fixed typo in r778.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>


Modified: coreboot-v3/lib/Makefile
===================================================================
--- coreboot-v3/lib/Makefile	2008-08-17 14:21:50 UTC (rev 778)
+++ coreboot-v3/lib/Makefile	2008-08-17 16:56:21 UTC (rev 779)
@@ -21,10 +21,10 @@
 
 DECOMPRESSORS :=
 ifeq ($(CONFIG_COMPRESSION_LZMA),y)
-DECOMPRESSORS += lzma.c
+DECOMPRESSORS += lzma.o
 endif
 ifeq ($(CONFIG_COMPRESSION_NRV2B),y)
-DECOMPRESSORS += nrv2b.c
+DECOMPRESSORS += nrv2b.o
 endif
 
 #





More information about the coreboot mailing list