numam-dpdk/mk
Panu Matilainen 51202a208b mk: fix warnings when adding extra warning flags
Starting with commit 9aa2053c6e
EXTRA_CFLAGS is sometimes being passed to the compiler without
WERROR_FLAGS which can cause spurious warnings by the dozen,
for example with when compiling with EXTRA_CFLAGS="-Wformat-security":

cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security]

Passing WERROR_FLAGS to AUTO_CPU helper makes the warning flag usage
consistent throughout the codebase, silencing the warnings.

Fixes: 9aa2053c6e ("mk: influence CPU flags with user input")

Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
Acked-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
2015-12-08 00:09:43 +01:00
..
arch mk: introduce ARMv8 architecture 2015-11-18 22:44:01 +01:00
exec-env
internal mk: install a standard cutomizable tree 2015-12-06 15:41:04 +01:00
machine mk: add xgene1 machine target based on armv8-a 2015-11-25 22:15:23 +01:00
target/generic
toolchain hash: use armv8-a CRC32 instructions 2015-11-25 22:13:15 +01:00
rte.app.mk mk: fix external shared library dependencies of drivers 2015-12-08 00:09:43 +01:00
rte.bsdmodule.mk
rte.cpuflags.mk mk: fix warnings when adding extra warning flags 2015-12-08 00:09:43 +01:00
rte.extapp.mk
rte.extlib.mk
rte.extobj.mk
rte.extshared.mk
rte.extsubdir.mk
rte.gnuconfigure.mk
rte.hostapp.mk
rte.hostlib.mk
rte.install.mk
rte.lib.mk mk: fix objects and libraries order when linking 2015-12-04 20:10:35 +01:00
rte.module.mk mk: quote KERNELCC to allow ccache build 2015-10-25 18:39:46 +01:00
rte.obj.mk
rte.sdkbuild.mk mk: move installation procedure in install rule 2015-12-06 15:41:04 +01:00
rte.sdkconfig.mk
rte.sdkdepdirs.mk
rte.sdkdoc.mk
rte.sdkexamples.mk
rte.sdkgcov.mk
rte.sdkinstall.mk mk: install examples 2015-12-06 15:41:04 +01:00
rte.sdkroot.mk mk: split install rule 2015-12-06 15:41:04 +01:00
rte.sdktest.mk app/proc_info: rename binary with prefix 2015-12-06 15:41:05 +01:00
rte.shared.mk
rte.sharelib.mk mk: fix combined lib build with ABI versioning 2015-12-06 15:41:04 +01:00
rte.subdir.mk
rte.vars.mk mk: install a standard cutomizable tree 2015-12-06 15:41:04 +01:00