summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/efi332/startup/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-04 07:11:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-04 07:11:07 +0000
commit91a0c377e7b31e808834fcdae18ec40c31e0fbe6 (patch)
treed4efdad3fc7c2af1d04ae57737bbe76b9df69fe9 /c/src/lib/libbsp/m68k/efi332/startup/Makefile.am
parent2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-91a0c377e7b31e808834fcdae18ec40c31e0fbe6.tar.bz2
2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: Remove S_FILES.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m68k/efi332/startup/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/m68k/efi332/startup/Makefile.am b/c/src/lib/libbsp/m68k/efi332/startup/Makefile.am
index 467063c761..4b955a11e2 100644
--- a/c/src/lib/libbsp/m68k/efi332/startup/Makefile.am
+++ b/c/src/lib/libbsp/m68k/efi332/startup/Makefile.am
@@ -10,10 +10,7 @@ C_FILES = bsplibc.c bsppost.c bspstart.c bspclean.c bootcard.c \
m68kpretaskinghook.c main.c sbrk.c setvec.c gnatinstallhandler.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-S_FILES =
-S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
-
-OBJS = $(C_O_FILES) $(S_O_FILES)
+OBJS = $(C_O_FILES)
include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../automake/lib.am