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/include/rtems/score/Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'c/src/exec/score/include/rtems/score/Makefile.in') diff --git a/c/src/exec/score/include/rtems/score/Makefile.in b/c/src/exec/score/include/rtems/score/Makefile.in index 920e738c03..792ca73fce 100644 --- a/c/src/exec/score/include/rtems/score/Makefile.in +++ b/c/src/exec/score/include/rtems/score/Makefile.in @@ -8,10 +8,14 @@ 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 = mpci mppkt objectmp threadmp +MP_PIECES = $(MP_PIECES_$(HAS_MP)_V) + # H_FILES that get installed in the rtems/score subdirectoy H_PIECES= address apiext bitfield chain context copyrt coremsg coremutex \ - coresem heap interr isr mpci mppkt object objectmp \ - priority stack states sysstate thread threadmp threadq \ + coresem heap interr isr object \ + priority stack states sysstate thread threadq \ tod tqdata userext watchdog wkspace H_FILES=$(H_PIECES:%=$(srcdir)/%.h) -- cgit v1.2.3