openocd: build: add SPDX tag
[fw/openocd] / src / rtos / Makefile.am
index c8c402303291224949b4fc895531b7c938fe66a8..f00d7194ed4659116aebc8d75f04add88ddc1655 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 noinst_LTLIBRARIES += %D%/librtos.la
 %C%_librtos_la_SOURCES = \
        %D%/rtos.c \
@@ -7,15 +9,20 @@ noinst_LTLIBRARIES += %D%/librtos.la
        %D%/rtos_embkernel_stackings.c \
        %D%/rtos_mqx_stackings.c \
        %D%/rtos_ucos_iii_stackings.c \
+       %D%/rtos_riot_stackings.c \
        %D%/FreeRTOS.c \
        %D%/ThreadX.c \
        %D%/eCos.c \
        %D%/linux.c \
-       %D%/ChibiOS.c \
+       %D%/chibios.c \
+       %D%/chromium-ec.c \
        %D%/embKernel.c \
        %D%/mqx.c \
        %D%/uCOS-III.c \
        %D%/nuttx.c \
+       %D%/hwthread.c \
+       %D%/zephyr.c \
+       %D%/riot.c \
        %D%/rtos.h \
        %D%/rtos_standard_stackings.h \
        %D%/rtos_ecos_stackings.h \
@@ -23,12 +30,6 @@ noinst_LTLIBRARIES += %D%/librtos.la
        %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%/nuttx_header.h
-
-%C%_librtos_la_CFLAGS = $(AM_CFLAGS)
-
-if IS_MINGW
-# FD_* macros are sloppy with their signs on MinGW32 platform
-%C%_librtos_la_CFLAGS += -Wno-sign-compare
-endif