From dbb3ebce2ffba54b2d8b4e7503ce66d38c8988c8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 18 Jan 2006 11:04:18 +0000 Subject: =?UTF-8?q?2006-01-18=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * posix/Makefile.am: Build devctl. --- cpukit/ChangeLog | 4 ++++ cpukit/posix/Makefile.am | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 7f9ec398c2..b9b4d0a1fb 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2006-01-18 Ralf Corsépius + + * posix/Makefile.am: Build devctl. + 2006-01-16 Ralf Corsépius * rtems/Makefile.am: Rework. diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am index 99517c5c28..2a5ed62cc2 100644 --- a/cpukit/posix/Makefile.am +++ b/cpukit/posix/Makefile.am @@ -11,10 +11,10 @@ if HAS_POSIX # include -noinst_HEADERS = include/devctl.h include/intr.h +noinst_HEADERS = include/intr.h include_HEADERS = include/sched.h include/aio.h include/mqueue.h \ - include/semaphore.h + include/semaphore.h include/devctl.h # include/rtems/posix @@ -57,10 +57,10 @@ endif ## src # following are semi-implemented and untested -UNUSED_C_FILES = src/devctl.c src/intr.c +UNUSED_C_FILES = src/intr.c # These are really in the stand but not really functional -BUILD_FOR_NOW_C_FILES = src/aio.c +BUILD_FOR_NOW_C_FILES = src/aio.c src/devctl.c ENOSYS_C_FILES = src/execl.c src/execle.c src/execlp.c src/execv.c \ src/execve.c src/execvp.c src/fork.c src/pthreadatfork.c src/wait.c \ -- cgit v1.2.3