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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux&nblp;USB Development]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite Secrets]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux