From 0d5a9f1bb72c0fae779bf6ab1e59b315b381e903 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Wed, 27 Apr 2011 17:18:59 +0000 Subject: 2011-04-27 Jennifer Averett PR 1784 * sapi/src/exinit.c, score/Makefile.am, score/preinstall.am, score/include/rtems/bspsmp.h, score/src/percpu.c, score/src/smp.c, score/src/threadcreateidle.c: Split bspsmp.h into two files smp.h and bspsmp.h * score/include/rtems/score/smp.h: New file. --- cpukit/score/preinstall.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/score/preinstall.am') diff --git a/cpukit/score/preinstall.am b/cpukit/score/preinstall.am index d228c69d86..831bb5b132 100644 --- a/cpukit/score/preinstall.am +++ b/cpukit/score/preinstall.am @@ -199,6 +199,10 @@ $(PROJECT_INCLUDE)/rtems/score/smplock.h: include/rtems/score/smplock.h $(PROJEC $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/smplock.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/smplock.h +$(PROJECT_INCLUDE)/rtems/score/smp.h: include/rtems/score/smp.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) + $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/smp.h +PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/smp.h + if HAS_PTHREADS $(PROJECT_INCLUDE)/rtems/score/corespinlock.h: include/rtems/score/corespinlock.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/corespinlock.h -- cgit v1.2.3