From e0c13fa383ed34172d1f73b215e44da3f57e1908 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 31 Aug 2008 17:22:21 +0000 Subject: 2008-08-31 Joel Sherrill * tmitronsem01/Makefile.am, tmitronsem01/init.c: Eliminate empty function from every benchmark timer driver. Fix spelling. --- testsuites/tmitrontests/tmitronsem01/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuites/tmitrontests/tmitronsem01/Makefile.am') diff --git a/testsuites/tmitrontests/tmitronsem01/Makefile.am b/testsuites/tmitrontests/tmitronsem01/Makefile.am index c2113aed20..b6403cac95 100644 --- a/testsuites/tmitrontests/tmitronsem01/Makefile.am +++ b/testsuites/tmitrontests/tmitronsem01/Makefile.am @@ -5,7 +5,8 @@ MANAGERS = all rtems_tests_PROGRAMS = tmitronsem01.exe -tmitronsem01_exe_SOURCES = init.c system.h +tmitronsem01_exe_SOURCES = init.c system.h \ + ../../support/src/tmtests_empty_function.c dist_rtems_tests_DATA = tmitronsem01.doc -- cgit v1.2.3