Makefile 216 B

12345678
  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_rpmsg.o