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 <[email protected]> -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

