Makefile 312 字节
Newer Older
1 2 3 4 5 6
#
# Generic framework for controlling remote processors
#

obj-$(CONFIG_REMOTEPROC)		+= remoteproc.o
remoteproc-y				:= remoteproc_core.o
O
Ohad Ben-Cohen 已提交
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