# Makefile for the MHI stack
#

# core layer
obj-y += core/
obj-y += controllers/
obj-y += devices/
obj-$(CONFIG_MHI_BUS_TEST) += test/
