Fix spprofiling01 overriding recipe warning

Closes #3084.
This commit is contained in:
Joel Sherrill
2017-10-11 20:17:29 -05:00
parent 16aaf73bbb
commit 871c23caba
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,6 @@ _SUBDIRS += spintrcritical22
_SUBDIRS += spsem03
_SUBDIRS += spmrsp01
_SUBDIRS += spscheduler01
_SUBDIRS += spprofiling01
_SUBDIRS += spfatal28
_SUBDIRS += spthreadlife01
_SUBDIRS += spprofiling01

View File

@@ -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