1# Host MHI stack
2obj-$(CONFIG_MHI_BUS) += host/
3
4# Endpoint MHI stack
5obj-$(CONFIG_MHI_BUS_EP) += ep/
6