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-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html