diff options
Diffstat (limited to 'drivers/bus/mhi/Makefile')
-rw-r--r-- | drivers/bus/mhi/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/bus/mhi/Makefile b/drivers/bus/mhi/Makefile new file mode 100644 index 000000000..46981331b --- /dev/null +++ b/drivers/bus/mhi/Makefile @@ -0,0 +1,5 @@ +# Host MHI stack +obj-y += host/ + +# Endpoint MHI stack +obj-y += ep/ |