summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mbx8xx/console
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 07:00:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 07:00:57 +0000
commit61a1c787fe8bb0fa133f6877c3cfa28766eb14f1 (patch)
tree1a1f08f53b0f4a6f4af243c9788ebfbe2adbbb01 /c/src/lib/libbsp/powerpc/mbx8xx/console
parent2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-61a1c787fe8bb0fa133f6877c3cfa28766eb14f1.tar.bz2
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * irq/Makefile.am: Use .$(OBJEXT) instead of .o. * network/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * vectors/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/console')
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/console/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/console/Makefile.am b/c/src/lib/libbsp/powerpc/mbx8xx/console/Makefile.am
index cb88cbdb35..cdf040e038 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/console/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/console/Makefile.am
@@ -6,7 +6,7 @@
PGM = $(ARCH)/console.rel
C_FILES = console.c
-C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
+C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
OBJS = $(C_O_FILES)