Re: [PATCH 8/8] kbuild: remove useless warning

From: Michal Marek
Date: Tue Jun 26 2012 - 06:40:57 EST


On 5.5.2012 10:18, Sam Ravnborg wrote:
> ifneq ($(KCPPFLAGS),)
> - $(call warn-assign,CPPFLAGS)
> KBUILD_CPPFLAGS += $(KCPPFLAGS)
> endif
> ifneq ($(KAFLAGS),)
> - $(call warn-assign,AFLAGS)
> KBUILD_AFLAGS += $(KAFLAGS)
> endif
> ifneq ($(KCFLAGS),)
> - $(call warn-assign,CFLAGS)
> KBUILD_CFLAGS += $(KCFLAGS)
> endif

The tests for non-empty can be dropped now.

Michal

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/