summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68360/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-20 03:03:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-20 03:03:04 +0000
commitb04a2b3c2007a2d8338dd5f84f766f1d60ab7369 (patch)
treef06e24402633d525f9eb9fbc4281d92a18d78f6c /c/src/lib/libbsp/m68k/gen68360/Makefile.am
parent2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b04a2b3c2007a2d8338dd5f84f766f1d60ab7369.tar.bz2
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove non-existing file "times" from EXTRA_DIST. * configure.ac: Add AM_CONDITIONAL(HAS_FPSP). * wrapup/Makefile.am: Reflect changes to libcpu.
Diffstat (limited to 'c/src/lib/libbsp/m68k/gen68360/Makefile.am')
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68360/Makefile.am b/c/src/lib/libbsp/m68k/gen68360/Makefile.am
index 612c6f4de0..47424a923d 100644
--- a/c/src/lib/libbsp/m68k/gen68360/Makefile.am
+++ b/c/src/lib/libbsp/m68k/gen68360/Makefile.am
@@ -13,8 +13,6 @@ SUBDIRS = . startup clock console timer network wrapup
include_HEADERS += include/coverhd.h
-EXTRA_DIST = times
-
S_FILES = start/start.S
$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): start/start.S $(ARCH)/$(dirstamp)
$(CCASCOMPILE) -DASM -o $@ -c $<