X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Frtos%2FMakefile.am;h=62293ec66be73c62373be58f0aaba7a3a3526456;hb=805604058be368c1b44defb03ecc5e3e1b616fb9;hp=77d274ce5af0e953adfbec35dfe679e4851e7d34;hpb=14e12c3969fef1a4649de1db0b0fac47e5295708;p=openocd.git diff --git a/src/rtos/Makefile.am b/src/rtos/Makefile.am index 77d274ce5a..62293ec66b 100644 --- a/src/rtos/Makefile.am +++ b/src/rtos/Makefile.am @@ -15,15 +15,15 @@ # * You should have received a copy of the GNU General Public License * # * along with this program; if not, write to the * # * Free Software Foundation, Inc., * -# * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * +# * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * # *************************************************************************** include $(top_srcdir)/common.mk METASOURCES = AUTO noinst_LTLIBRARIES = librtos.la -noinst_HEADERS = rtos.h rtos_standard_stackings.h rtos_ecos_stackings.h linux_header.h rtos_chibios_stackings.h -librtos_la_SOURCES = rtos.c rtos_standard_stackings.c rtos_ecos_stackings.c rtos_chibios_stackings.c FreeRTOS.c ThreadX.c eCos.c linux.c ChibiOS.c +noinst_HEADERS = rtos.h rtos_standard_stackings.h rtos_ecos_stackings.h linux_header.h rtos_chibios_stackings.h rtos_embkernel_stackings.h rtos_mqx_stackings.h +librtos_la_SOURCES = rtos.c rtos_standard_stackings.c rtos_ecos_stackings.c rtos_chibios_stackings.c rtos_embkernel_stackings.c rtos_mqx_stackings.c FreeRTOS.c ThreadX.c eCos.c linux.c ChibiOS.c embKernel.c mqx.c librtos_la_CFLAGS = if IS_MINGW