[dpdk-dev] [PATCH] Make -Werror optional

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Feb 12 15:05:11 CET 2015


2015-02-12 15:58, Panu Matilainen:
> +  # see if we're building from git
> +  ifneq ($(wildcard $(RTE_SDK)/.git),)
> +    DEVEL_BUILD := y
> +  endif

Yes it allows to force DEVEL_BUILD to any value on command line.
But please use RTE_ prefix.


More information about the dev mailing list