X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fbus%2Fmeson.build;h=45eab5233d22aca12d33fa7b812ccef003840bd0;hb=d0f981a3efd8b3204f3d86d6ef55dabf7412298c;hp=c770c6ba1e4b38102d315435cdff0aa35c0153c8;hpb=cf995efc5395069633069f6c7ce24f878805ff66;p=dpdk.git diff --git a/drivers/bus/meson.build b/drivers/bus/meson.build index c770c6ba1e..45eab5233d 100644 --- a/drivers/bus/meson.build +++ b/drivers/bus/meson.build @@ -2,6 +2,7 @@ # Copyright(c) 2017 Intel Corporation drivers = [ + 'auxiliary', 'dpaa', 'fslmc', 'ifpga', @@ -9,4 +10,7 @@ drivers = [ 'vdev', 'vmbus', ] + std_deps = ['eal'] + +log_prefix = 'bus'