forked from auracaster/openocd
Change-Id: I309c7a649e33f516e28037fef2dc6e574d48c000 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/8334 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
38 lines
887 B
Makefile
38 lines
887 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
noinst_LTLIBRARIES += %D%/librtos.la
|
|
%C%_librtos_la_SOURCES = \
|
|
%D%/rtos.c \
|
|
%D%/rtos_standard_stackings.c \
|
|
%D%/rtos_ecos_stackings.c \
|
|
%D%/rtos_chibios_stackings.c \
|
|
%D%/rtos_embkernel_stackings.c \
|
|
%D%/rtos_mqx_stackings.c \
|
|
%D%/rtos_ucos_iii_stackings.c \
|
|
%D%/rtos_riot_stackings.c \
|
|
%D%/rtos_nuttx_stackings.c \
|
|
%D%/freertos.c \
|
|
%D%/threadx.c \
|
|
%D%/ecos.c \
|
|
%D%/linux.c \
|
|
%D%/chibios.c \
|
|
%D%/chromium-ec.c \
|
|
%D%/embkernel.c \
|
|
%D%/mqx.c \
|
|
%D%/ucos_iii.c \
|
|
%D%/nuttx.c \
|
|
%D%/rtkernel.c \
|
|
%D%/hwthread.c \
|
|
%D%/zephyr.c \
|
|
%D%/riot.c \
|
|
%D%/rtos.h \
|
|
%D%/rtos_standard_stackings.h \
|
|
%D%/rtos_ecos_stackings.h \
|
|
%D%/linux_header.h \
|
|
%D%/rtos_chibios_stackings.h \
|
|
%D%/rtos_embkernel_stackings.h \
|
|
%D%/rtos_mqx_stackings.h \
|
|
%D%/rtos_riot_stackings.h \
|
|
%D%/rtos_ucos_iii_stackings.h \
|
|
%D%/rtos_nuttx_stackings.h
|