mirror of https://github.com/F-Stack/f-stack.git
Merge pull request #72 from yuyang0/cflags
use CONF_CFLAGS to pass extra CFLAGS
This commit is contained in:
commit
47da7658f2
|
@ -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} $<
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue