[dpdk-dev] [PATCH 2/7] build: remove rte_bitmap.h from rte_sched lib

Bruce Richardson bruce.richardson at intel.com
Tue Oct 17 12:41:08 CEST 2017


Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
---
 lib/librte_sched/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_sched/meson.build b/lib/librte_sched/meson.build
index c4badb211..ea36a8522 100644
--- a/lib/librte_sched/meson.build
+++ b/lib/librte_sched/meson.build
@@ -31,6 +31,6 @@
 
 sources = files('rte_sched.c', 'rte_red.c', 'rte_approx.c',
 		'rte_reciprocal.c')
-headers = files('rte_sched.h', 'rte_bitmap.h', 'rte_sched_common.h',
+headers = files('rte_sched.h', 'rte_sched_common.h',
 		'rte_red.h', 'rte_approx.h', 'rte_reciprocal.h')
 deps += ['mbuf', 'meter']
-- 
2.13.6



More information about the dev mailing list