X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fbus%2Fmeson.build;h=58dfbe2b24ddd48af32a92093361ef7f1ebb8266;hb=6ec78c2463acdd06560d09e3fb1056d2b1ec0c68;hp=c6af500eda08e1ef29a364b0f2f6abbb40a00094;hpb=3d7ca4e1b0479640e4524274640f67cfaee50ab4;p=dpdk.git diff --git a/drivers/bus/meson.build b/drivers/bus/meson.build index c6af500eda..58dfbe2b24 100644 --- a/drivers/bus/meson.build +++ b/drivers/bus/meson.build @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -drivers = ['pci', 'vdev'] +drivers = ['dpaa', 'fslmc', 'pci', 'vdev'] std_deps = ['eal'] config_flag_fmt = 'RTE_LIBRTE_@0@_BUS' driver_name_fmt = 'rte_bus_@0@'