Kernel  |  3.4

下载     查看原文件
普通文本  |  10行  |  269 B
#
# Generic framework for controlling remote processors
#

obj-$(CONFIG_REMOTEPROC)		+= remoteproc.o
remoteproc-y				:= remoteproc_core.o
remoteproc-y				+= remoteproc_debugfs.o
remoteproc-y				+= remoteproc_virtio.o
obj-$(CONFIG_OMAP_REMOTEPROC)		+= omap_remoteproc.o