summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tmoverhd
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 09:59:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 09:59:07 +0000
commit98e92f6fe491e5103022ef5251d3021a72a0ee84 (patch)
treee978da84c0d6c8a6e1c875625e723f0bfc251525 /testsuites/tmtests/tmoverhd
parentRemove SRC, PRINT_SRC. (diff)
downloadrtems-98e92f6fe491e5103022ef5251d3021a72a0ee84.tar.bz2
Cleanup
Diffstat (limited to 'testsuites/tmtests/tmoverhd')
-rw-r--r--testsuites/tmtests/tmoverhd/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/testsuites/tmtests/tmoverhd/Makefile.am b/testsuites/tmtests/tmoverhd/Makefile.am
index 8ae02b46c3..af041d1dc5 100644
--- a/testsuites/tmtests/tmoverhd/Makefile.am
+++ b/testsuites/tmtests/tmoverhd/Makefile.am
@@ -7,16 +7,13 @@ TEST = tmoverhd
MANAGERS = io
noinst_LIBRARIES = lib.a
-lib_a_SOURCES = testtask.c empty.c
-
-lib_a_SOURCES += system.h dumrtems.h
+lib_a_SOURCES = testtask.c empty.c system.h dumrtems.h
DOCTYPES = doc
DOCS = $(DOCTYPES:%=$(TEST).%)
OBJS = $(lib_a_OBJECTS)
-
PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg