[coreboot] r779 - coreboot-v3/lib

Stefan Reinauer stepan at coresystems.de
Sun Aug 17 19:05:41 CEST 2008


svn at coreboot.org wrote:
> 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
>  
>  #
>   
I thought we're collecting the source files rather than the object files
now?




-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info at coresystems.dehttp://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866






More information about the coreboot mailing list