mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 15:33:11 +08:00
Added bsp_specs.
This commit is contained in:
@@ -67,7 +67,8 @@ install: all
|
||||
# Real ports using the gnu tools will need to have bsp_specs!!!
|
||||
# ${PROJECT_RELEASE}/lib/bsp_specs
|
||||
preinstall: $(PROJECT_INCLUDE)/rtems/score/unix.h $(ARCH)/unixsize.h \
|
||||
$(PROJECT_INCLUDE)/rtems/score/targopts.h
|
||||
$(PROJECT_INCLUDE)/rtems/score/targopts.h \
|
||||
$(PROJECT_RELEASE)/lib/bsp_specs
|
||||
$(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score
|
||||
$(INSTALL) -m 444 ${ARCH}/unixsize.h $(PROJECT_INCLUDE)/rtems/score
|
||||
|
||||
@@ -85,7 +86,7 @@ $(PROJECT_INCLUDE)/rtems/score/targopts.h: $(ARCH)/targopts.h-tmp
|
||||
# $(ARCH)/targopts.h-tmp rule is in leaf.cfg
|
||||
|
||||
# Real ports using the gnu tools will need to have bsp_specs!!!
|
||||
#${PROJECT_RELEASE}/lib/bsp_specs: $(ARCH)/bsp_specs.tmp
|
||||
# $(INSTALL) -m 444 $(ARCH)/bsp_specs.tmp $@
|
||||
${PROJECT_RELEASE}/lib/bsp_specs: $(ARCH)/bsp_specs.tmp
|
||||
$(INSTALL) -m 444 $(ARCH)/bsp_specs.tmp $@
|
||||
#
|
||||
# $(ARCH)/bsp_specs.tmp rule is in leaf.cfg
|
||||
|
||||
Reference in New Issue
Block a user