bus: mhi: Add MHI devices and controllers stack in makefile

Enable MHI devices and controllers stack as they are now
present in the host directory.

Change-Id: I23d8f69150020921ac1dcf9e1463c079cc3ab309
Signed-off-by: Lazarus Motha <quic_lmotha@quicinc.com>
This commit is contained in:
Lazarus Motha 2022-09-20 18:00:00 -07:00
parent ea84e9776a
commit 4344f0d445
2 changed files with 8 additions and 0 deletions

View File

@ -7,3 +7,5 @@
source "drivers/bus/mhi/host/Kconfig"
source "drivers/bus/mhi/ep/Kconfig"
source "drivers/bus/mhi/devices/Kconfig"
source "drivers/bus/mhi/controllers/Kconfig"

View File

@ -3,3 +3,9 @@ obj-y += host/
# Endpoint MHI stack
obj-y += ep/
# MHI Devices stack
obj-y += devices/
#MHI Controller stack
obj-y += controllers/