aboutsummaryrefslogtreecommitdiff
path: root/remoteproc/Kbuild
diff options
context:
space:
mode:
authorPer Åstrand <per.astrand@arm.com>2021-09-30 09:57:34 +0200
committerPer Åstrand <per.astrand@arm.com>2021-09-30 16:35:22 +0200
commit9f36f2e1ec19e59b1d390b570fe56f6debdb6525 (patch)
treebf5816784fe0a6ceef19042f645715d59531d3d2 /remoteproc/Kbuild
parent95fec03deff22b4395430e6fb39a37505c375a35 (diff)
downloadethos-u-linux-driver-stack-9f36f2e1ec19e59b1d390b570fe56f6debdb6525.tar.gz
Add Juno FPGA reset kernel module
Change-Id: I93708d609d77484770bd4cea9c4a7cf86361c5ea
Diffstat (limited to 'remoteproc/Kbuild')
-rw-r--r--remoteproc/Kbuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/remoteproc/Kbuild b/remoteproc/Kbuild
index 8a88c43..bc96bdf 100644
--- a/remoteproc/Kbuild
+++ b/remoteproc/Kbuild
@@ -18,5 +18,6 @@
# SPDX-License-Identifier: GPL-2.0-only
#
-obj-$(CONFIG_ETHOSU_RESET) += ethosu_bridge_reset.o
-obj-$(CONFIG_ETHOSU_REMOTEPROC) += ethosu_remoteproc.o
+obj-$(CONFIG_ARM_SGM775_ETHOSU_RESET) += ethosu_bridge_reset.o
+obj-$(CONFIG_ARM_JUNO_FPGA_RESET) += juno_fpga_reset.o
+obj-$(CONFIG_ARM_ETHOSU_RPROC) += ethosu_remoteproc.o