From 308a2e0fdcde94b8549dcf9dcdd42eea3cdc9f27 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 14 Feb 2020 12:58:21 +0100 Subject: config: Add _Watchdog_Ticks_per_timeslice Move the ticks per timeslice configuration constant out of the configuration table. Add WATCHDOG_TICKS_PER_TIMESLICE_DEFAULT and use it to provide a default definition of the watchdog ticks per timeslice constant. Update #3875. --- cpukit/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 1d3935776b..1adcbb3ae9 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -1002,6 +1002,7 @@ librtemscpu_a_SOURCES += score/src/coretodhookunregister.c librtemscpu_a_SOURCES += score/src/watchdogremove.c librtemscpu_a_SOURCES += score/src/watchdogtick.c librtemscpu_a_SOURCES += score/src/watchdogtickssinceboot.c +librtemscpu_a_SOURCES += score/src/watchdogtimeslicedefault.c librtemscpu_a_SOURCES += score/src/userextaddset.c librtemscpu_a_SOURCES += score/src/userext.c librtemscpu_a_SOURCES += score/src/userextremoveset.c -- cgit v1.2.3