mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 22:07:15 +00:00
14 lines
283 B
Plaintext
14 lines
283 B
Plaintext
## $Id$
|
|
|
|
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
|
|
|
|
$(project_bspdir)/tests:
|
|
@$(mkinstalldirs) $@
|
|
|
|
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM)
|
|
$(INSTALL_PROGRAM) $< $@
|
|
|
|
TMPINSTALL_FILES = \
|
|
$(project_bspdir)/tests \
|
|
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe
|