aboutsummaryrefslogtreecommitdiff
path: root/kernel/Kbuild
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2022-03-14 16:09:12 +0100
committerKristofer Jonsson <kristofer.jonsson@arm.com>2022-03-23 13:16:25 +0100
commitf5b98c965c51def4f63d7fb198f70180e195b2e8 (patch)
treed8457be3deed68b1c729b998c0720e9a5a63ecd9 /kernel/Kbuild
parent3c6a260a705a668b5ff8e8159f04c257273fb458 (diff)
downloadethos-u-linux-driver-stack-f5b98c965c51def4f63d7fb198f70180e195b2e8.tar.gz
Kernel watchdog timeout
Implement kernel watchdog that detects when firmware becomes unresponsive. Change-Id: I5c5b58a56a2ce629e1fd7cabae83b61823239ea6
Diffstat (limited to 'kernel/Kbuild')
-rw-r--r--kernel/Kbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/Kbuild b/kernel/Kbuild
index a6664ac..0b92c12 100644
--- a/kernel/Kbuild
+++ b/kernel/Kbuild
@@ -26,4 +26,5 @@ ethosu-objs := ethosu_driver.o \
ethosu_inference.o \
ethosu_mailbox.o \
ethosu_network.o \
- ethosu_network_info.o
+ ethosu_network_info.o \
+ ethosu_watchdog.o