summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Long <ryan.long@oarcorp.com>2021-06-21 14:12:19 -0400
committerJoel Sherrill <joel@rtems.org>2021-06-21 15:01:10 -0500
commitb47dbbc5f7c8518634c7c5fccd57d78c65444f2d (patch)
tree00eb00310382e9dd482edd4ff62407db6ecd5005
parentcpu/armv7m: Fix initialization of MPU regions (diff)
downloadrtems-b47dbbc5f7c8518634c7c5fccd57d78c65444f2d.tar.bz2
cpukit: Add timespecisnonnegative to Makefile.am
Diffstat (limited to '')
-rw-r--r--cpukit/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 78e33b683b..df970e5a1c 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -998,6 +998,7 @@ librtemscpu_a_SOURCES += score/src/timespeclessthan.c
librtemscpu_a_SOURCES += score/src/timespecsubtract.c
librtemscpu_a_SOURCES += score/src/timespectoticks.c
librtemscpu_a_SOURCES += score/src/timespecdivide.c
+librtemscpu_a_SOURCES += score/src/timespecisnonnegative.c
librtemscpu_a_SOURCES += score/src/timespecdividebyinteger.c
librtemscpu_a_SOURCES += score/src/timespecgetasnanoseconds.c
librtemscpu_a_SOURCES += score/src/coretod.c