forked from Imagelibrary/rtems
Modified to properly descend into the dummy directory.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
AUTOMAKE_OPTIONS = foreign 1.4
|
||||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||||
|
|
||||||
SUBDIRS = dumpbuf stackchk monitor cpuuse rtmonuse untar wrapup
|
SUBDIRS = dummy dumpbuf stackchk monitor cpuuse rtmonuse untar wrapup
|
||||||
|
|
||||||
EXTRA_DIST = README
|
EXTRA_DIST = README
|
||||||
|
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
|
|||||||
AC_OUTPUT(
|
AC_OUTPUT(
|
||||||
Makefile
|
Makefile
|
||||||
cpuuse/Makefile
|
cpuuse/Makefile
|
||||||
|
dummy/Makefile
|
||||||
dumpbuf/Makefile
|
dumpbuf/Makefile
|
||||||
monitor/Makefile
|
monitor/Makefile
|
||||||
rtmonuse/Makefile
|
rtmonuse/Makefile
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
AUTOMAKE_OPTIONS = foreign 1.4
|
||||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||||
|
|
||||||
SUBDIRS = dumpbuf stackchk monitor cpuuse rtmonuse untar wrapup
|
SUBDIRS = dummy dumpbuf stackchk monitor cpuuse rtmonuse untar wrapup
|
||||||
|
|
||||||
EXTRA_DIST = README
|
EXTRA_DIST = README
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user