aboutsummaryrefslogtreecommitdiff
path: root/kernel/Kbuild
diff options
context:
space:
mode:
authorMikael Olsson <mikael.olsson@arm.com>2023-10-30 11:05:39 +0100
committerMikael Olsson <mikael.olsson@arm.com>2023-11-06 09:36:00 +0100
commit9c999fdd40c0bf2ae420f6f3bfe013dc6baa73c1 (patch)
tree9306ed881d5e11c467f80ea2b68c17614daaae50 /kernel/Kbuild
parent075451507cda3e8f543caecacfadf226a69e5a05 (diff)
downloadethos-u-linux-driver-stack-9c999fdd40c0bf2ae420f6f3bfe013dc6baa73c1.tar.gz
Split DMA memory and buffer setup in kernel driver
To allow the NPU kernel driver to allocate and use DMA memory internally without creating a buffer instance, the DMA memory management has been split out from the buffer code. Change-Id: I46fdeee51b5ef786a54b8e7c866d137d91222724 Signed-off-by: Mikael Olsson <mikael.olsson@arm.com>
Diffstat (limited to 'kernel/Kbuild')
-rw-r--r--kernel/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/Kbuild b/kernel/Kbuild
index a83400f..98bece3 100644
--- a/kernel/Kbuild
+++ b/kernel/Kbuild
@@ -23,6 +23,7 @@ obj-$(CONFIG_ETHOSU) = ethosu.o
ethosu-objs := ethosu_driver.o \
ethosu_buffer.o \
+ ethosu_dma_mem.o \
ethosu_device.o \
ethosu_inference.o \
ethosu_mailbox.o \