summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon/leon_open_eth
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 14:59:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 14:59:50 +0000
commit6fd43a1b79e1e90b39a22600426ba2a31d24c6b0 (patch)
tree0c2aab498d0e4e611ec2288ded8419aa86f5ed8f /c/src/lib/libbsp/sparc/leon/leon_open_eth
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6fd43a1b79e1e90b39a22600426ba2a31d24c6b0.tar.bz2
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add dirstamp support to preinstallation. * clock/Makefile.am: Cosmetics. * console/Makefile.am: Cosmetics. * gnatsupp/Makefile.am: Cosmetics. * leon_open_eth/Makefile.am: Correct paths to automake/*.am.. * startup/Makefile.am: Cosmetics. * timer/Makefile.am: Cosmetics. * wrapup/Makefile.am: Cosmetics. PR 538/bsps: * wrapup/Makefile.am: Add leon_open_eth.rel
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon/leon_open_eth')
-rw-r--r--c/src/lib/libbsp/sparc/leon/leon_open_eth/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/sparc/leon/leon_open_eth/Makefile.am b/c/src/lib/libbsp/sparc/leon/leon_open_eth/Makefile.am
index 48f1edcdba..4e13ab0c17 100644
--- a/c/src/lib/libbsp/sparc/leon/leon_open_eth/Makefile.am
+++ b/c/src/lib/libbsp/sparc/leon/leon_open_eth/Makefile.am
@@ -2,7 +2,6 @@
## Makefile.am,v 1.5 2002/12/14 08:17:45 ralf Exp
##
-
PGM = $(ARCH)/leon_open_eth.rel
C_FILES = leon_open_eth.c
@@ -10,8 +9,8 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
OBJS = $(C_O_FILES)
-include $(top_srcdir)/../../../../../../automake/compile.am
-include $(top_srcdir)/../../../../../../automake/lib.am
+include $(top_srcdir)/../../../../automake/compile.am
+include $(top_srcdir)/../../../../automake/lib.am
#
# (OPTIONAL) Add local stuff here using +=
@@ -32,4 +31,4 @@ endif
EXTRA_DIST = leon_open_eth.c
-include $(top_srcdir)/../../../../../../automake/local.am
+include $(top_srcdir)/../../../../automake/local.am