[PATCH v7 15/17] lib: make v20 header file private
From: David Hunt <hidden>
Date: 2017-02-21 10:17:33
Subsystem:
library code, the rest · Maintainers:
Andrew Morton, Linus Torvalds
From: David Hunt <hidden>
Date: 2017-02-21 10:17:33
Subsystem:
library code, the rest · Maintainers:
Andrew Morton, Linus Torvalds
Signed-off-by: David Hunt <redacted> --- lib/librte_distributor/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/librte_distributor/Makefile b/lib/librte_distributor/Makefile
index 5b599c6..3017398 100644
--- a/lib/librte_distributor/Makefile
+++ b/lib/librte_distributor/Makefile@@ -53,8 +53,7 @@ endif # install this header file -SYMLINK-$(CONFIG_RTE_LIBRTE_DISTRIBUTOR)-include := rte_distributor_v20.h -SYMLINK-$(CONFIG_RTE_LIBRTE_DISTRIBUTOR)-include += rte_distributor.h +SYMLINK-$(CONFIG_RTE_LIBRTE_DISTRIBUTOR)-include := rte_distributor.h # this lib needs eal DEPDIRS-$(CONFIG_RTE_LIBRTE_DISTRIBUTOR) += lib/librte_eal
--
2.7.4