[dpdk-dev,2/6] eal: fix list of source files to meson build

Message ID 20171212165940.272969-3-bruce.richardson@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Bruce Richardson
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Bruce Richardson Dec. 12, 2017, 4:59 p.m. UTC
  Header files should not be listed in the sources list.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 lib/librte_eal/common/meson.build | 8 --------
 1 file changed, 8 deletions(-)
  

Patch

diff --git a/lib/librte_eal/common/meson.build b/lib/librte_eal/common/meson.build
index f806d8e42..198a553c4 100644
--- a/lib/librte_eal/common/meson.build
+++ b/lib/librte_eal/common/meson.build
@@ -51,16 +51,8 @@  common_sources = files(
 	'eal_common_tailqs.c',
 	'eal_common_thread.c',
 	'eal_common_timer.c',
-	'eal_filesystem.h',
-	'eal_hugepages.h',
-	'eal_internal_cfg.h',
-	'eal_options.h',
-	'eal_private.h',
-	'eal_thread.h',
 	'malloc_elem.c',
-	'malloc_elem.h',
 	'malloc_heap.c',
-	'malloc_heap.h',
 	'rte_keepalive.c',
 	'rte_malloc.c',
 	'rte_service.c'