From 352c9b2035e32e56f10f261d94955d97f4ab0f1c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 9 Nov 1999 22:07:23 +0000 Subject: This patch adds the basic framework for the ITRON 3.0 API implementation for RTEMS. --- cpukit/wrapup/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit/wrapup') diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index 7ffcb8282c..67e58c56c3 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -8,7 +8,11 @@ if HAS_POSIX POSIX_DIRS = posix endif -SUBDIRS = rtems $(POSIX_DIRS) +if HAS_ITRON +ITRON_DIRS = itron +endif + +SUBDIRS = rtems $(POSIX_DIRS) $(ITRON_DIRS) include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3