[coreboot] r3681 libpayload build failure

Stefan Reinauer stepan at coresystems.de
Wed Oct 22 12:48:02 CEST 2008


svn at coreboot.org wrote:
> Author: jcrouse
> Date: 2008-10-21 23:49:48 +0200 (Tue, 21 Oct 2008)
> New Revision: 3681
>
> Modified:
>    trunk/payloads/libpayload/Makefile
>    trunk/payloads/libpayload/drivers/video/video.c
>    trunk/payloads/libpayload/sample/hello.c
> Log:
> [PATCH] fix video console init
>
> Move console_add_output-driver() inside the for() loop
>
> Signed-off-by: Jordan Crouse <jordan.crouse at amd.com>
> Acked-by: Jordan Crouse <jordan.crouse at amd.com>
>
>
> Modified: trunk/payloads/libpayload/Makefile
> ===================================================================
> --- trunk/payloads/libpayload/Makefile	2008-10-21 16:27:38 UTC (rev 3680)
> +++ trunk/payloads/libpayload/Makefile	2008-10-21 21:49:48 UTC (rev 3681)
> @@ -115,6 +115,8 @@
>  	$(Q)printf "  AR      $(subst $(shell pwd)/,,$(@))\n"
>  	$(Q)$(AR) rc $@ $(OBJS)
>  
> +include util/kconfig/Makefile
> +
>  $(obj)/%.o: $(src)/%.c
>  	$(Q)printf "  CC      $(subst $(shell pwd)/,,$(@))\n"
>  	$(Q)$(CC) -m32 $(CFLAGS) -c -o $@ $<
> @@ -164,7 +166,6 @@
>  	$(Q)rm -rf build
>  	$(Q)rm -f .config .config.old ..config.tmp .kconfig.d .tmpconfig*
>  
> -include util/kconfig/Makefile
>  
>  .PHONY: $(PHONY) prepare clean distclean doxygen doxy
>   

This part is not mentioned in the changelog of the commit. I assume it
has been committed by accident, because it breaks libpayload here:

ra:libpayload stepan$ make menuconfig
make: *** No rule to make target `menuconfig'.  Stop.
ra:libpayload stepan$ make config
make: *** No rule to make target `config'.  Stop.
ra:libpayload stepan$

-- 
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