6 lines
67 B
Makefile
6 lines
67 B
Makefile
|
# Host MHI stack
|
||
|
obj-y += host/
|
||
|
|
||
|
# Endpoint MHI stack
|
||
|
obj-y += ep/
|