use CONF_CFLAGS to pass extra CLFAGS

This commit is contained in:
YuYang 2017-09-02 12:39:49 +08:00
parent 63fb3d1fbf
commit 34b2fad45f
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ else
HOST_CFLAGS = ${DEBUG}
endif
HOST_CFLAGS+= ${DPDK_CFLAGS}
HOST_CFLAGS+= ${CONF_CFLAGS}
HOST_C= ${CC} -c $(HOST_CFLAGS) ${HOST_INCLUDES} ${WERROR} ${PROF} $<