summaryrefslogtreecommitdiffstats
path: root/cpukit/score/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-20 15:01:46 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-20 16:17:00 +0200
commit4bae341dc94c57a812427194c7f49f37bd006bb3 (patch)
tree757a58b7a9363f35868f413230ef43a55928f9ed /cpukit/score/Makefile.am
parentrtems: _Semaphore_Get_interrupt_disable() (diff)
downloadrtems-4bae341dc94c57a812427194c7f49f37bd006bb3.tar.bz2
score: Delete unused _Objects_Get_isr_disable()
Delete now unused Objects_Locations.
Diffstat (limited to 'cpukit/score/Makefile.am')
-rw-r--r--cpukit/score/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am
index 7ca63417db..a3f3dfc92d 100644
--- a/cpukit/score/Makefile.am
+++ b/cpukit/score/Makefile.am
@@ -211,7 +211,7 @@ libscore_a_SOURCES += src/heap.c src/heapallocate.c src/heapextend.c \
## OBJECT_C_FILES
libscore_a_SOURCES += src/objectallocate.c src/objectclose.c \
src/objectextendinformation.c src/objectfree.c \
- src/objectgetisr.c src/objectgetnext.c src/objectinitializeinformation.c \
+ src/objectgetnext.c src/objectinitializeinformation.c \
src/objectnametoid.c src/objectnametoidstring.c \
src/objectshrinkinformation.c src/objectgetnoprotection.c \
src/objectidtoname.c src/objectgetnameasstring.c src/objectsetname.c \