[coreboot] [PATCH]Speed up makefile processing a bit

Stefan Reinauer stepan at coresystems.de
Tue Apr 20 23:49:00 CEST 2010


On 4/20/10 9:49 PM, Patrick Georgi wrote:
>  ifeq ($(strip $(HAVE_DOTCONFIG)),)
> +NOCOMPILE:=1
> +endif
> +ifneq ($(MAKECMDGOALS),)
> +ifneq ($(filter config oldconfig menuconfig kconfig qconfig
> distclean,$(MAKECMDGOALS)),)
> +NOCOMPILE:=1
> +endif
> +endif
>   

This starts getting semi comprehensible... maybe a (short) comment why
this is done would be nice..

Also, does %config or *config work instead of mentioning all configs?

Other than that, Acked-by: Stefan Reinauer <stepan at coresystems.de>




More information about the coreboot mailing list