[PATCHv7 17/47] common/dpaa2: add debug log support
From: Hemant Agrawal <hidden>
Date: 2017-02-15 19:06:37
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Hemant Agrawal <hidden>
Date: 2017-02-15 19:06:37
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Hemant Agrawal <redacted> --- drivers/common/dpaa2/qbman/Makefile | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/drivers/common/dpaa2/qbman/Makefile b/drivers/common/dpaa2/qbman/Makefile
index 18bca6b..771bdc6 100644
--- a/drivers/common/dpaa2/qbman/Makefile
+++ b/drivers/common/dpaa2/qbman/Makefile@@ -44,8 +44,13 @@ ifeq ($(CONFIG_RTE_LIBRTE_FSLMC_BUS),y) CONFIG_RTE_LIBRTE_DPAA2_COMMON = $(CONFIG_RTE_LIBRTE_FSLMC_BUS) endif +ifeq ($(CONFIG_RTE_LIBRTE_DPAA2_DEBUG_INIT),y) +CFLAGS += -O0 -g +CFLAGS += "-Wno-error" +else CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) +endif CFLAGS += -I$(RTE_SDK)/drivers/common/dpaa2/qbman/include
--
1.9.1