summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spprofiling01
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-10-11 20:17:29 -0500
committerJoel Sherrill <joel@rtems.org>2017-10-11 20:18:58 -0500
commit871c23caba27ee8d38fd18260d42878755c1f4d5 (patch)
tree667d19170a618c58d561a9e2f1a3c683f31f92b3 /testsuites/sptests/spprofiling01
parentsmpaffinity01: Fix test case (diff)
downloadrtems-871c23caba27ee8d38fd18260d42878755c1f4d5.tar.bz2
Fix spprofiling01 overriding recipe warning
Closes #3084.
Diffstat (limited to 'testsuites/sptests/spprofiling01')
-rw-r--r--testsuites/sptests/spprofiling01/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/sptests/spprofiling01/Makefile.am b/testsuites/sptests/spprofiling01/Makefile.am
index 872e50a712..fa5410762b 100644
--- a/testsuites/sptests/spprofiling01/Makefile.am
+++ b/testsuites/sptests/spprofiling01/Makefile.am
@@ -1,7 +1,8 @@
rtems_tests_PROGRAMS = spprofiling01
spprofiling01_SOURCES = init.c
-dist_rtems_tests_DATA = spprofiling01.scn spprofiling01.doc
+dist_rtems_tests_DATA = spprofiling01.scn
+dist_rtems_tests_DATA += spprofiling01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am