summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/eth_comm/clock
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-22 16:09:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-22 16:09:19 +0000
commit006a432a626e7a392b5201196fc1c84ea4500ea9 (patch)
treee8c6a5f69cc47889b460d558ad5502ce1451c8b0 /c/src/lib/libbsp/powerpc/eth_comm/clock
parent2003-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-006a432a626e7a392b5201196fc1c84ea4500ea9.tar.bz2
2003-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* canbus/Makefile.am: Eliminate VPATH. * clock/Makefile.am: Eliminate VPATH. * console/Makefile.am: Eliminate VPATH. * irq/Makefile.am: Eliminate VPATH. * network/Makefile.am: Eliminate VPATH. * startup/Makefile.am: Eliminate VPATH.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/eth_comm/clock')
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/clock/Makefile.am14
1 files changed, 3 insertions, 11 deletions
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/clock/Makefile.am b/c/src/lib/libbsp/powerpc/eth_comm/clock/Makefile.am
index f20d3ae2c4..4c206b4872 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/clock/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/eth_comm/clock/Makefile.am
@@ -2,22 +2,14 @@
## $Id$
##
-VPATH = @srcdir@:@srcdir@/../../shared/clock
-
C_FILES = p_clock.c
-C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-
-OBJS = $(C_O_FILES)
+OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../automake/lib.am
-#
-# (OPTIONAL) Add local stuff here using +=
-#
-
-# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
+# the .o files built here will be put into libbsp.a by ../wrapup/Makefile
-all-local: $(OBJS)
+noinst_DATA = $(OBJS)
include $(top_srcdir)/../../../../automake/local.am