Makefile 269 B

12345678910
  1. #
  2. # Generic framework for controlling remote processors
  3. #
  4. obj-$(CONFIG_REMOTEPROC) += remoteproc.o
  5. remoteproc-y := remoteproc_core.o
  6. remoteproc-y += remoteproc_debugfs.o
  7. remoteproc-y += remoteproc_virtio.o
  8. obj-$(CONFIG_OMAP_REMOTEPROC) += omap_remoteproc.o