Makefile: add a possibility to disable -Werror
authorYann Gautier <yann.gautier@st.com>
Mon, 10 Dec 2018 17:08:53 +0000 (18:08 +0100)
committerYann Gautier <yann.gautier@st.com>
Mon, 10 Dec 2018 17:09:49 +0000 (18:09 +0100)
commit6336b07ad25cb05ca75f5a465d816af7956e0a59
treeac14c33b878fe80c0981bf03d3eb7191b850c5bc
parent1b18c6c47185fd83682c77de510c43d8d5d200df
Makefile: add a possibility to disable -Werror

Setting E=0 in the make command line disables -Werror in CPPFLAGS.

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Makefile