blob: 5445d9b23294d90e0e6a765d83c3c2187ac17b1b [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#
2# Generic framework for controlling remote processors
3#
4
5obj-$(CONFIG_REMOTEPROC) += remoteproc.o
6remoteproc-y := remoteproc_core.o
7remoteproc-y += remoteproc_debugfs.o
8remoteproc-y += remoteproc_virtio.o
9obj-$(CONFIG_OMAP_REMOTEPROC) += omap_remoteproc.o