]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/meson.build
eal: move arch-specific C files
[dpdk.git] / lib / librte_eal / common / meson.build
index 386577c9739360b8555ccfb859995f8567436b1a..e666618f7f3a2ce61e57ac785b1480b3fb83f4dd 100644 (file)
@@ -41,13 +41,6 @@ common_sources = files(
        'rte_service.c'
 )
 
-# get architecture specific sources and objs
-eal_common_arch_sources = []
-eal_common_arch_objs = []
-subdir(join_paths('arch', arch_subdir))
-common_sources += eal_common_arch_sources
-common_objs += eal_common_arch_objs
-
 common_headers = files(
        'include/rte_alarm.h',
        'include/rte_branch_prediction.h',
@@ -72,7 +65,6 @@ common_headers = files(
        'include/rte_lcore.h',
        'include/rte_log.h',
        'include/rte_malloc.h',
-       'include/rte_malloc_heap.h',
        'include/rte_memory.h',
        'include/rte_memzone.h',
        'include/rte_option.h',
@@ -87,7 +79,8 @@ common_headers = files(
        'include/rte_tailq.h',
        'include/rte_time.h',
        'include/rte_uuid.h',
-       'include/rte_version.h')
+       'include/rte_version.h',
+       'include/rte_vfio.h')
 
 # special case install the generic headers, since they go in a subdir
 generic_headers = files(