mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 11:16:11 +08:00
2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/Makefile.am, score/preinstall.am: bspsmp.h is now supposed to be installed all the time. Revert part of previous commit.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* score/Makefile.am, score/preinstall.am: bspsmp.h is now supposed to
|
||||
be installed all the time. Revert part of previous commit.
|
||||
|
||||
2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* score/inline/rtems/score/schedulersimple.inl,
|
||||
|
||||
@@ -12,11 +12,7 @@ SUBDIRS = cpu
|
||||
include_rtemsdir = $(includedir)/rtems
|
||||
|
||||
include_rtems_HEADERS = include/rtems/debug.h include/rtems/system.h \
|
||||
include/rtems/seterr.h
|
||||
|
||||
if HAS_SMP
|
||||
include_rtems_HEADERS += include/rtems/bspsmp.h
|
||||
endif
|
||||
include/rtems/seterr.h include/rtems/bspsmp.h
|
||||
|
||||
include_rtems_scoredir = $(includedir)/rtems/score
|
||||
|
||||
|
||||
@@ -30,11 +30,10 @@ $(PROJECT_INCLUDE)/rtems/seterr.h: include/rtems/seterr.h $(PROJECT_INCLUDE)/rte
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/seterr.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/seterr.h
|
||||
|
||||
if HAS_SMP
|
||||
$(PROJECT_INCLUDE)/rtems/bspsmp.h: include/rtems/bspsmp.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/bspsmp.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/bspsmp.h
|
||||
endif
|
||||
|
||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||
@$(MKDIR_P) $(PROJECT_INCLUDE)/rtems/score
|
||||
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||
|
||||
Reference in New Issue
Block a user