blob: eb0fdb169f73b998f14b66880f7a5fc57e352600 (
plain)
1
2
3
4
5
6
7
|
#
# Generic framework for controlling remote processors
#
obj-$(CONFIG_REMOTE_PROC) += remoteproc.o
obj-$(CONFIG_OMAP_REMOTE_PROC) += omap_remoteproc.o
obj-$(CONFIG_OMAP_RPRES) += rpres.o rpres_dev.o
|