From dea125d02c663d4c66eacc076c3f705a46257faf Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Feb 2021 14:53:40 +0100 Subject: score: Add Hash Handler Update #4267. --- 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 143a0ee4f5..5c74ad0e32 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -851,6 +851,7 @@ librtemscpu_a_SOURCES += score/src/corerwlockobtainread.c librtemscpu_a_SOURCES += score/src/corerwlockobtainwrite.c librtemscpu_a_SOURCES += score/src/corerwlockrelease.c librtemscpu_a_SOURCES += score/src/coresem.c +librtemscpu_a_SOURCES += score/src/hash.c librtemscpu_a_SOURCES += score/src/heap.c librtemscpu_a_SOURCES += score/src/heapallocate.c librtemscpu_a_SOURCES += score/src/heapextend.c -- cgit v1.2.3