19 lines
287 B
Meson
19 lines
287 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
drivers = [
|
|
'auxiliary',
|
|
'cdx',
|
|
'dpaa',
|
|
'fslmc',
|
|
'ifpga',
|
|
'pci',
|
|
'platform',
|
|
'vdev',
|
|
'vmbus',
|
|
]
|
|
|
|
std_deps = ['eal']
|
|
|
|
log_prefix = 'bus'
|