X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Frtos%2FMakefile.am;fp=src%2Frtos%2FMakefile.am;h=fc3ab8b4219fb1863699b906f511579173ea9666;hp=f00d7194ed4659116aebc8d75f04add88ddc1655;hb=463df952157227866335e398102abe960ffa4131;hpb=41231db3f08150145fe7ddde53cd027e72128d4c;ds=sidebyside diff --git a/src/rtos/Makefile.am b/src/rtos/Makefile.am index f00d7194ed..fc3ab8b421 100644 --- a/src/rtos/Makefile.am +++ b/src/rtos/Makefile.am @@ -10,6 +10,7 @@ noinst_LTLIBRARIES += %D%/librtos.la %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 \ @@ -32,4 +33,5 @@ noinst_LTLIBRARIES += %D%/librtos.la %D%/rtos_mqx_stackings.h \ %D%/rtos_riot_stackings.h \ %D%/rtos_ucos_iii_stackings.h \ + %D%/rtos_nuttx_stackings.h \ %D%/nuttx_header.h