Makefile 365 字节
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
11
obj-$(CONFIG_STE_MODEM_RPROC)	 	+= ste_modem_rproc.o