summaryrefslogtreecommitdiffstats
path: root/cpukit/score/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-14 15:32:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-14 15:32:02 +0000
commit0881ed02fd707a8f3718e1ffc293fca340ec83ba (patch)
tree7ba603a13a0cfe2d0e82f1b06bd54baf9f39e63a /cpukit/score/Makefile.am
parent2009-09-14 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0881ed02fd707a8f3718e1ffc293fca340ec83ba.tar.bz2
2009-09-14 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* score/src/heapalignupuptr.c, score/src/heapallocatealigned.c: Removed files. * score/Makefile.am: Update.
Diffstat (limited to 'cpukit/score/Makefile.am')
-rw-r--r--cpukit/score/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am
index d2afe4686f..127a4e7756 100644
--- a/cpukit/score/Makefile.am
+++ b/cpukit/score/Makefile.am
@@ -120,8 +120,7 @@ endif
## HEAP_C_FILES
libscore_a_SOURCES += src/heap.c src/heapallocate.c src/heapextend.c \
src/heapfree.c src/heapsizeofuserarea.c src/heapwalk.c src/heapgetinfo.c \
- src/heapgetfreeinfo.c src/heapallocatealigned.c src/heapresizeblock.c \
- src/heapalignupuptr.c
+ src/heapgetfreeinfo.c src/heapresizeblock.c
## OBJECT_C_FILES
libscore_a_SOURCES += src/objectallocate.c src/objectclose.c \