summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/sim68000/clock
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:50:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:50:04 +0000
commitdf782fcfca9ecb3ef829fffed9890814adafee2d (patch)
tree229fd6286f5537334187418cb66c1e0f26ab02ee /c/src/lib/libbsp/m68k/sim68000/clock
parent2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-df782fcfca9ecb3ef829fffed9890814adafee2d.tar.bz2
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include compile.am
Diffstat (limited to 'c/src/lib/libbsp/m68k/sim68000/clock')
-rw-r--r--c/src/lib/libbsp/m68k/sim68000/clock/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/sim68000/clock/Makefile.am b/c/src/lib/libbsp/m68k/sim68000/clock/Makefile.am
index 23a7a9cff4..7269c206ea 100644
--- a/c/src/lib/libbsp/m68k/sim68000/clock/Makefile.am
+++ b/c/src/lib/libbsp/m68k/sim68000/clock/Makefile.am
@@ -14,6 +14,7 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am
#
@@ -29,7 +30,7 @@ all-local: $(ARCH) $(OBJS) $(PGM)
.PRECIOUS: $(PGM)
-# XXX add the other variant files here
+# XXX add the other variant files here
EXTRA_DIST = clockdrv.c
include $(top_srcdir)/../../../../../../automake/local.am