aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.inc
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-10-28 16:14:01 +0300
committerGitHub <noreply@github.com>2022-10-28 16:14:01 +0300
commitbdfef681d7849339946bd63151fa2875d9ee801d (patch)
treeceec932bbc3f678f68ed91953dc83f3852f95df0 /test/Makefile.inc
parent78066161560f2aa0ea829b1c435ab83809651162 (diff)
parent196c01565be4017e1d4d29df1912014b71adc105 (diff)
Merge ODP v1.38.0.0v1.38.0.0_DPDK_19.11
Merge ODP linux-generic v1.38.0.0 into linux-dpdk.
Diffstat (limited to 'test/Makefile.inc')
-rw-r--r--test/Makefile.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/Makefile.inc b/test/Makefile.inc
index 525a196a5..f5235f471 100644
--- a/test/Makefile.inc
+++ b/test/Makefile.inc
@@ -23,12 +23,10 @@ AM_CPPFLAGS = \
$(HELPER_INCLUDES) \
-I$(top_srcdir)/test/common
-AM_CFLAGS = $(CUNIT_CFLAGS)
+AM_CFLAGS += $(CUNIT_CFLAGS)
if STATIC_APPS
-AM_LDFLAGS = -L$(LIB) -static
-else
-AM_LDFLAGS =
+AM_LDFLAGS += -static
endif
AM_LDFLAGS += $(PLAT_DEP_LIBS)