Add the possibility to pass options for checkpatch
authorYann Gautier <yann.gautier@st.com>
Fri, 8 Mar 2019 14:44:00 +0000 (15:44 +0100)
committerYann Gautier <yann.gautier@st.com>
Mon, 11 Mar 2019 09:09:53 +0000 (10:09 +0100)
commit02a76d5ff25a287489ae652b5ebfe0e96b504a67
treea01ffcb67309f2d8b8e7026b5453779d02fad411
parentd4abda29fbc66739955573e439d59248cf356788
Add the possibility to pass options for checkpatch

It can be handy for example to add --strict option which can detect more
coding issues, even if not mandated by TF-A coding rules.
To use it:
 CHECKPATCH_OPTS="--strict" make checkpatch

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