mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 03:01:41 +02:00
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:
parent
ea84e9776a
commit
4344f0d445
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user