From: Dmitry Eremin-Solenikov <[email protected]>

Fix type in previous refactoring, which used CUNIT_PFLAGS instead of
CUNIT_CFLAGS.

Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
---
/** Email created from pull request 164 (lumag:fix-cunit)
 ** https://github.com/Linaro/odp/pull/164
 ** Patch: https://github.com/Linaro/odp/pull/164.patch
 ** Base sha: 42184679185ce0c979e065349360167e3fce6ca0
 ** Merge commit sha: 58bd82a2575919cf8cabe95c0b941afc31c4f14a
 **/
 test/common_plat/validation/api/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/common_plat/validation/api/Makefile.inc 
b/test/common_plat/validation/api/Makefile.inc
index a9448b17..d763a817 100644
--- a/test/common_plat/validation/api/Makefile.inc
+++ b/test/common_plat/validation/api/Makefile.inc
@@ -6,7 +6,7 @@ AM_CFLAGS += -I$(top_srcdir)/test/common_plat/common
 AM_LDFLAGS += -static
 AM_LDFLAGS += $(DPDK_PMDS)
 
-AM_CFLAGS += $(CUNIT_PFLAGS)
+AM_CFLAGS += $(CUNIT_CFLAGS)
 
 LIBCUNIT_COMMON = $(COMMON_DIR)/libcunit_common.la
 LIBCPUMASK_COMMON = $(COMMON_DIR)/libcpumask_common.la

Reply via email to