[5/6] bus: enable cdx bus

Message ID 20230407060152.16335-6-nipun.gupta@amd.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series add support for CDX bus |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Gupta, Nipun April 7, 2023, 6:01 a.m. UTC
  enable the compilation of cdx bus

Signed-off-by: Nipun Gupta <nipun.gupta@amd.com>
---
 drivers/bus/meson.build | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/drivers/bus/meson.build b/drivers/bus/meson.build
index 6d2520c543..a78b4283bf 100644
--- a/drivers/bus/meson.build
+++ b/drivers/bus/meson.build
@@ -3,6 +3,7 @@ 
 
 drivers = [
         'auxiliary',
+        'cdx',
         'dpaa',
         'fslmc',
         'ifpga',