summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/i386ex/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-16 11:30:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-16 11:30:31 +0000
commit0e4507bff3b71d464e94ae99eb0ac58a9e5d322d (patch)
tree83e55cd523e179219d9efc0836c063d92a82456d /c/src/lib/libbsp/i386/i386ex/Makefile.am
parent2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0e4507bff3b71d464e94ae99eb0ac58a9e5d322d.tar.bz2
Cosmetics.
Diffstat (limited to 'c/src/lib/libbsp/i386/i386ex/Makefile.am')
-rw-r--r--c/src/lib/libbsp/i386/i386ex/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/i386/i386ex/Makefile.am b/c/src/lib/libbsp/i386/i386ex/Makefile.am
index a71f02ce50..566266fcdc 100644
--- a/c/src/lib/libbsp/i386/i386ex/Makefile.am
+++ b/c/src/lib/libbsp/i386/i386ex/Makefile.am
@@ -69,8 +69,8 @@ libbsp_a_LIBADD = startup.rel clock.rel console.rel timer.rel
if HAS_NETWORKING
libbsp_a_LIBADD += network.rel
endif
-libbsp_a_LIBADD += ../../../libcpu/i386/cache.rel \
- ../../../libcpu/i386/score.rel
+libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/cache.rel \
+ ../../../libcpu/@RTEMS_CPU@/score.rel
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)