summaryrefslogtreecommitdiff
path: root/drivers/event/dpaa/Makefile
diff options
context:
space:
mode:
authorThomas Monjalon <thomas@monjalon.net>2020-03-27 02:15:38 +0100
committerDavid Marchand <david.marchand@redhat.com>2020-03-31 13:08:55 +0200
commit9c1e0dc39a03c95447095241eaf3764d2e0dd003 (patch)
tree005d8555506dbeb339d82e727f2ddefc707c7ceb /drivers/event/dpaa/Makefile
parentdf3ff6be2b33faea3edf3c112b9bdc5b74d6f684 (diff)
eal: move common header files
The EAL API (with doxygen documentation) is moved from common/include/ to include/, which makes more clear that it is the global API for all environments and architectures. Note that the arch-specific and OS-specific include files are not in this global include directory, but include/generic/ should cover the doxygen documentation for them. Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: David Marchand <david.marchand@redhat.com>
Diffstat (limited to 'drivers/event/dpaa/Makefile')
-rw-r--r--drivers/event/dpaa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/event/dpaa/Makefile b/drivers/event/dpaa/Makefile
index 2f53efdf9e..15ffc157f8 100644
--- a/drivers/event/dpaa/Makefile
+++ b/drivers/event/dpaa/Makefile
@@ -20,7 +20,7 @@ CFLAGS += -I$(RTE_SDK)/drivers/bus/dpaa
CFLAGS += -I$(RTE_SDK)/drivers/bus/dpaa/include/
CFLAGS += -I$(RTE_SDK)/drivers/mempool/dpaa
CFLAGS += -I$(RTE_SDK)/drivers/common/dpaax
-CFLAGS += -I$(RTE_SDK)/lib/librte_eal/common/include
+CFLAGS += -I$(RTE_SDK)/lib/librte_eal/include
LDLIBS += -lrte_pmd_dpaa_sec
CFLAGS += -I$(RTE_SDK)/drivers/crypto/dpaa_sec