build: add missing files from dist release
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
parent
37d5ac6378
commit
3428035a7e
|
@ -66,7 +66,8 @@ noinst_HEADERS = \
|
|||
minidriver.h \
|
||||
jtag.h \
|
||||
minidriver/minidriver_imp.h \
|
||||
minidummy/jtag_minidriver.h
|
||||
minidummy/jtag_minidriver.h \
|
||||
swd.h
|
||||
|
||||
EXTRA_DIST = startup.tcl
|
||||
|
||||
|
|
|
@ -22,10 +22,9 @@ include $(top_srcdir)/common.mk
|
|||
|
||||
METASOURCES = AUTO
|
||||
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_CFLAGS =
|
||||
if IS_MINGW
|
||||
# FD_* macros are sloppy with their signs on MinGW32 platform
|
||||
|
|
|
@ -157,7 +157,12 @@ noinst_HEADERS = \
|
|||
target_request.h \
|
||||
trace.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 += ecos/at91eb40a.elf
|
||||
|
|
Loading…
Reference in New Issue