Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[deliverable/linux.git] / drivers / remoteproc / Makefile
1 #
2 # Generic framework for controlling remote processors
3 #
4
5 obj-$(CONFIG_REMOTEPROC) += remoteproc.o
6 remoteproc-y := remoteproc_core.o
7 remoteproc-y += remoteproc_debugfs.o
8 remoteproc-y += remoteproc_virtio.o
9 remoteproc-y += remoteproc_elf_loader.o
10 obj-$(CONFIG_OMAP_REMOTEPROC) += omap_remoteproc.o
11 obj-$(CONFIG_STE_MODEM_RPROC) += ste_modem_rproc.o
12 obj-$(CONFIG_WKUP_M3_RPROC) += wkup_m3_rproc.o
13 obj-$(CONFIG_DA8XX_REMOTEPROC) += da8xx_remoteproc.o
This page took 0.045942 seconds and 6 git commands to generate.