1
0
Fork 0
remarkable-linux/drivers/remoteproc/Makefile

10 lines
268 B
Makefile

#
# Generic framework for controlling remote processors
#
obj-$(CONFIG_REMOTEPROC) += remoteproc.o
remoteproc-y := remoteproc_core.o
remoteproc-y += remoteproc_debugfs.o
remoteproc-y += remoteproc_rpmsg.o
obj-$(CONFIG_OMAP_REMOTEPROC) += omap_remoteproc.o