summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-12 06:19:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-12 06:19:20 +0000
commit9f66699283a37870ed82b9d3dc65abcc791327cd (patch)
tree9c8cd40bd1b5c0cecda510a0f101b3a55696a764 /cpukit/score/cpu/powerpc/Makefile.am
parent2005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9f66699283a37870ed82b9d3dc65abcc791327cd.tar.bz2
2005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* cpu.c: New (Stub file for consistency with other ports). * Makefile.am: Reflect changes above.
Diffstat (limited to 'cpukit/score/cpu/powerpc/Makefile.am')
-rw-r--r--cpukit/score/cpu/powerpc/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/cpu/powerpc/Makefile.am b/cpukit/score/cpu/powerpc/Makefile.am
index f5f192609c..7ce820ccae 100644
--- a/cpukit/score/cpu/powerpc/Makefile.am
+++ b/cpukit/score/cpu/powerpc/Makefile.am
@@ -26,6 +26,10 @@ include_rtems_new_exceptions_HEADERS = rtems/new-exceptions/cpu.h
include_rtems_powerpcdir = $(includedir)/rtems/powerpc
include_rtems_powerpc_HEADERS = rtems/powerpc/registers.h
+noinst_LIBRARIES = libscorecpu.a
+libscorecpu_a_SOURCES = cpu.c
+libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
+
all-local: $(PREINSTALL_FILES)
include $(srcdir)/preinstall.am