Skip to content
Snippets Groups Projects
Commit 3428035a authored by Spencer Oliver's avatar Spencer Oliver
Browse files

build: add missing files from dist release

parent 37d5ac63
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,8 @@ noinst_HEADERS = \ ...@@ -66,7 +66,8 @@ noinst_HEADERS = \
minidriver.h \ minidriver.h \
jtag.h \ jtag.h \
minidriver/minidriver_imp.h \ minidriver/minidriver_imp.h \
minidummy/jtag_minidriver.h minidummy/jtag_minidriver.h \
swd.h
EXTRA_DIST = startup.tcl EXTRA_DIST = startup.tcl
......
...@@ -22,10 +22,9 @@ include $(top_srcdir)/common.mk ...@@ -22,10 +22,9 @@ include $(top_srcdir)/common.mk
METASOURCES = AUTO METASOURCES = AUTO
noinst_LTLIBRARIES = librtos.la noinst_LTLIBRARIES = librtos.la
noinst_HEADERS = rtos.h noinst_HEADERS = rtos.h rtos_standard_stackings.h rtos_ecos_stackings.h
librtos_la_SOURCES = rtos.c rtos_standard_stackings.c rtos_ecos_stackings.c FreeRTOS.c ThreadX.c eCos.c librtos_la_SOURCES = rtos.c rtos_standard_stackings.c rtos_ecos_stackings.c FreeRTOS.c ThreadX.c eCos.c
librtos_la_CFLAGS = librtos_la_CFLAGS =
if IS_MINGW if IS_MINGW
# FD_* macros are sloppy with their signs on MinGW32 platform # FD_* macros are sloppy with their signs on MinGW32 platform
......
...@@ -157,7 +157,12 @@ noinst_HEADERS = \ ...@@ -157,7 +157,12 @@ noinst_HEADERS = \
target_request.h \ target_request.h \
trace.h \ trace.h \
xscale.h \ xscale.h \
xscale_debug.h xscale_debug.h \
smp.h \
avr32_ap7k.h \
avr32_jtag.h \
avr32_mem.h \
avr32_regs.h
nobase_dist_pkglib_DATA = nobase_dist_pkglib_DATA =
nobase_dist_pkglib_DATA += ecos/at91eb40a.elf nobase_dist_pkglib_DATA += ecos/at91eb40a.elf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment