From 97e2729d1a3432b9792b82ce88ce6d804a104f7a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 23 Nov 1998 17:38:09 +0000 Subject: Added --disable-multiprocessing flag and modified a lot of files to make it work. --- c/src/exec/score/inline/Makefile.in | 8 ++++++-- c/src/exec/score/inline/rtems/score/Makefile.in | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) (limited to 'c/src/exec/score/inline') diff --git a/c/src/exec/score/inline/Makefile.in b/c/src/exec/score/inline/Makefile.in index f97d3bfcf3..228ef54748 100644 --- a/c/src/exec/score/inline/Makefile.in +++ b/c/src/exec/score/inline/Makefile.in @@ -8,9 +8,13 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +# We only build multiprocessing related files if HAS_MP was defined +MP_PIECES_yes_V = mppkt objectmp threadmp +MP_PIECES = $(MP_PIECES_$(HAS_MP)_V) + I_PIECES= address chain coremsg coremutex coresem heap \ - isr mppkt object objectmp priority stack states sysstate thread \ - threadmp tod tqdata userext watchdog wkspace + isr object priority stack states sysstate thread \ + tod tqdata userext watchdog wkspace $(MP_PIECES) I_FILES=$(I_PIECES:%=$(srcdir)/%.inl) SRCS=$(I_FILES) diff --git a/c/src/exec/score/inline/rtems/score/Makefile.in b/c/src/exec/score/inline/rtems/score/Makefile.in index f97d3bfcf3..228ef54748 100644 --- a/c/src/exec/score/inline/rtems/score/Makefile.in +++ b/c/src/exec/score/inline/rtems/score/Makefile.in @@ -8,9 +8,13 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +# We only build multiprocessing related files if HAS_MP was defined +MP_PIECES_yes_V = mppkt objectmp threadmp +MP_PIECES = $(MP_PIECES_$(HAS_MP)_V) + I_PIECES= address chain coremsg coremutex coresem heap \ - isr mppkt object objectmp priority stack states sysstate thread \ - threadmp tod tqdata userext watchdog wkspace + isr object priority stack states sysstate thread \ + tod tqdata userext watchdog wkspace $(MP_PIECES) I_FILES=$(I_PIECES:%=$(srcdir)/%.inl) SRCS=$(I_FILES) -- cgit v1.2.3