From 4c19fcbd44a364b5a27e493404b8af83f5750175 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Sun, 17 Aug 2008 16:56:21 +0000 Subject: [PATCH] Fixed typo in r778. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Carl-Daniel Hailfinger git-svn-id: svn://coreboot.org/repository/coreboot-v3@779 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index afbff92ad8..b4b83863b8 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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 #