12 lines
152 B
Makefile
Executable File
12 lines
152 B
Makefile
Executable File
# Host MHI stack
|
|
obj-y += host/
|
|
|
|
# Endpoint MHI stack
|
|
obj-y += ep/
|
|
|
|
# MHI Devices stack
|
|
obj-y += devices/
|
|
|
|
#MHI Controller stack
|
|
obj-y += controllers/
|